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