인프런 커뮤니티 질문&답변
npm run start 실행시 에러가 뜹니다
작성
·
842
0
package.json 파일입니다!
{
"name": "nodejs_study",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jung",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}
에러 메세지입니다.
좋은 강의 감사합니다 :)






어떻게 해결하셨나요?