강의

멘토링

커뮤니티

Inflearn Community Q&A

shareplay3665's profile image
shareplay3665

asked

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

Subscription feature (2)

cannot use import statement outside a module

Written on

·

317

0

여기까지는 아무런 문제없이 잘 작동하다가

왜 여기 강의 끝까지 하고나니까 

Cannot use import Statement outside a module과 같은 에러를 뿜어낼까요...

이것도 이해가 안가는데

package.json에 type:module로 변경하면

기존의 보일러플레이트 core에 있는 require를 import로 변경하는것이 강요되는데, 이경우에는

syntaxError: unexpected token '<'를

return <div> ... </div>

              ^

와 같은 말도 안되는 에러를 뿜습니다....

너무 당황스럽고 화가 치밉니다

mongodbreactnodejsredux

Answer 1

0

shareplay3665님의 프로필 이미지
shareplay3665
Questioner

혼자 해결했습니다. Vscode IDE에서 자동으로 이상한 모듈을 불러오는게 문제였습니다. 지우니 해결됩니다.

shareplay3665's profile image
shareplay3665

asked

Ask a question