강의

멘토링

로드맵

Inflearn Community Q&A

dms70140751's profile image
dms70140751

asked

Node and React series that you can learn by following - Creating a YouTube site

(비디오 업로드)npm run dev error

Written on

·

217

0

안녕하세요.

bolier plate강의 끝나고 비디오 업로드 FORM만들기(1)강의 듣다가 초반에 npm run dev했을때 에러나서 여쭤봐요..!

처음 concurrently에러나서 install까지 하고 다시 했더니 또 에러가 났습니다ㅠ

다시 npm run dev했을 때 모습입니다..

답변 부탁드릴게요!

reactmongodbnodejsredux

Answer 1

0

John Ahn님의 프로필 이미지
John Ahn
Instructor

우선 node_module이랑    package-lock.json 파일 우선 지운다음에 
다시 npm run install로 모든 필요한 모듈 받아주시고 

dev.js 파일도 /config 폴더안에 만들어주세요 
그리고도 에러가 나면 알려주세요 &^^ 

dms70140751's profile image
dms70140751

asked

Ask a question