【发布时间】:2017-09-23 08:24:04
【问题描述】:
我是 NodeJS 和 NPM 的新手。
当我在 NodeJS 项目中运行 npm start 时,出现以下错误:
Starting the development server...
(node:9417) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Exited with code 3
这个错误是什么意思? 这个问题应该怎么调试?
$ grep start package.json
"start": "react-scripts start",
$ npm -v
3.10.10
$ node -v
v6.10.1
$ npm ls react-scripts
reference-apps@2.3.1 /home/li/sample
└── react-scripts@0.5.1
【问题讨论】:
标签: node.js reactjs npm npm-start react-scripts