작성
·
683
0
{
"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"
}
}
에러 메세지입니다.
이렇게 에러가 떠서 실행이 안되는데, 같은 문제를 겪고 계신 분들이 계신 것 같아서 확인 부탁드립니다.
어떻게 해결하셨나요?