그날 알았지 이럴 줄
[Node.js] npm start(npm run start) 오류 본문
우선 npm install 다시한번 해주고 npm start 해본다. 그래도 안되면
ERR! Missing script: "start"
script에 start가 없다고 하니 추가해주자
package.json 파일의 scripts 구문에
"start": "node index.js"
추가
굿
'CODING > Node.js' 카테고리의 다른 글
[Eclipse] gradle.build failed - excution failed fot tast ':compileJava'. (0) | 2023.01.08 |
---|---|
[Node js] ERR_HTTP_HEADERS_SENT('set'); 오류 (0) | 2022.05.27 |
Comments