강의

멘토링

커뮤니티

Inflearn Community Q&A

structuring's profile image
structuring

asked

Node and React series that you can learn by following - Basic lecture

Node React Basics Lecture #2 Download NODE JS and EXPRESS JS

npm run start 실행시 에러가 뜹니다

Written on

·

861

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"
  }
}

에러 메세지입니다.

이렇게 에러가 떠서 실행이 안되는데, 같은 문제를 겪고 계신 분들이 계신 것 같아서 확인 부탁드립니다.
좋은 강의 감사합니다 :)
nodejsreact

Answer 2

0

structuring님의 프로필 이미지
structuring
Questioner

해결되었습니다 :)

어떻게 해결하셨나요?

0

혹시 저장 하셨나요?

structuring's profile image
structuring

asked

Ask a question