인프런 커뮤니티 질문&답변
선생님 도와주세요....start 실행이 안돼서 다음강의를 못듣고 있습니다
작성
·
236
0
{
  "name": "boiler-plate",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start":"node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "jihye",
  "license": "ISC",
  "dependencies": {
    "express": "^4.17.1"
  }
}
PS C:\Users\yjh\Documents\boiler-plate> npm run start
npm ERR! missing script: start
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\yjh\AppData\Roaming\npm-cache\_logs\2021-04-01T10_02_59_902Z-debug.log
PS C:\Users\yjh\Documents\boiler-plate>
구글링으로 계속 찾아가며 설치하고 삭제해도 해결이 안되네요ㅜㅜ
VScode는 이전에 설지 되어있었고 node를 새로 설치한건데 문제가 있을까요
답변 2
0







