작성
·
829
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"
}
}
에러 메세지입니다.
어떻게 해결하셨나요?