강의

멘토링

로드맵

Inflearn Community Q&A

gadamer10546's profile image
gadamer10546

asked

[Renewal] Creating NodeBird SNS with React

Introduction to Redux installation and necessity

redux 모듈 오류 질문입니다

Written on

·

463

0

npm run dev를 통해 서버를 실행하려 하는데

ready - started server on http://localhost:3060

error - ../node_modules/react-redux/es/components/Provider.js:1:0

Module not found: Can't resolve 'react'

null

wait  - compiling...

error - ../node_modules/react-redux/es/components/Provider.js:1:0

Module not found: Can't resolve 'react'

다음과 같이 redux 모듈 내에서 react를 참조할 수 없는 오류가 있습니다.

expressnodejsreactreduxNext.js

Answer 1

0

zerocho님의 프로필 이미지
zerocho
Instructor

npm i react 다시 한 번 해보세요.

gadamer10546's profile image
gadamer10546

asked

Ask a question