node .\index.js 어떤 문제인가요..? #440
Unanswered
wiresharkkkk
asked this question in
Q&A
Replies: 1 comment
-
node_modules는 말 그대로 모듈폴더입니다. 일반적으로 프로젝트를 생성할때 아무 폴더(이하 dir)를 생성하여 cd (dir) 하신다음 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
안녕하세요 node-kakao를 알게되어서 기쁜 마음으로 사용해보려 하는데
오류가 생겨서 질문드립니다..
환경은
node v14.16.0
npm 6.14.11
윈도우10
입니다.
npm i --save node-kakao 으로 설치했고
node_modules/node-kakao에서 index.js를 만들어 코드는 아래와 같이 작성했어요.
그러고선 터미널에서 node ./index.js를 하면 아래와 같이 오류가 뜨길래
여기서 검색해보니 package.json에 "type":"module" 을 추가하면 된다고 하셔서 추가했습니다.
(node_modules/node-kakao/package.json)
그리곤 다시 터미널에서 node./index.js 를 입력하니
이런 오류가 나타나는데 어떤게 문제인지 도움 요청드립니다..
Beta Was this translation helpful? Give feedback.
All reactions