강의

멘토링

커뮤니티

Inflearn Community Q&A

hyunzxn's profile image
hyunzxn

asked

Life Coding - React

Running the sample web app

npm run start 했는데 에러 뜨시는 분들 참고하세요~

Written on

·

483

5

처음부터 바로 터미널 열어서 npm run start 하지마시고 react-app 디렉토리 만들어 놓은걸 vsc에서 연 다음에 터미널에 npm run start 작성하시면 됩니다. 

저도 처음에 바로 npm run start 해서 안 되길래 이상했는데 저렇게 해보니까 되네용

react

Answer

This question is waiting for answers
Be the first to answer!
hyunzxn's profile image
hyunzxn

asked

Ask a question