运行npm start

时间:2017-12-16 05:53:47

标签: javascript node.js

尝试使用npm start命令启动节点应用程序时收到此错误。

Error from command prompt

来自日志

10详细生命周期@~start:CWD:F:\ reactjs

11愚蠢的生命周期@~start:Args:[' / d / s / c',' webpack-dev-server --hot' ]

12傻生命周期@~start:返回:代码:4294967295信号:null

13 info lifecycle @~start:执行启动脚本失败

14详细堆栈错误:@start:webpack-dev-server --hot

14详细堆栈退出状态4294967295

EventEmitter上的14个详细堆栈。 (E:\ PROGRAM 文件\的NodeJS \ node_modules \ NPM \ lib中\ utils的\ lifecycle.js:255:16)

emitTwo上的14个详细堆栈(events.js:106:13)

在EventEmitter.emit(events.js:191:7)

的14个详细堆栈

ChildProcess上的14个详细堆栈。 (E:\ PROGRAM 文件\的NodeJS \ node_modules \ NPM \ lib中\ utils的\ spawn.js:40:14)

emitTwo上的14个详细堆栈(events.js:106:13)

ChildProcess.emit上的14个详细堆栈(events.js:191:7)

mayClose上的14个详细堆栈(内部/ child_process.js:920:16)

Process.ChildProcess._handle.onexit上的14个详细堆栈(internal / child_process.js:230:5)

15详细的pkgid @

16 verbose cwd F:\ reactjs

17错误Windows_NT 10.0.10586

18错误argv" E:\ Program Files \ nodejs \ node.exe" " E:\ Program Files \ nodejs \ node_modules \ npm \ bin \ npm-cli.js" "开始"

19错误节点v6.11.3

20错误npm v3.10.10

21错误代码ELIFECYCLE

22错误@start:webpack-dev-server --hot

22错误退出状态4294967295

23错误在@start脚本失败' webpack-dev-server --hot'。

23错误确保安装了最新版本的node.js和npm。

23错误如果这样做,这很可能是包的问题,​​

23错误与npm本身无关。

23错误告诉作者你的系统失败了:

23错误webpack-dev-server --hot

23错误您可以通过以下方式获取有关如何为此项目打开问题的信息:

23错误npm错误

23错误或者如果不可用,您可以通过以下方式获取他们的信息:

23错误npm owner ls

23错误上面可能有额外的日志记录输出。

1 个答案:

答案 0 :(得分:1)

您的问题出在您的网络包配置中。

给出此错误的行是第4行

Configuration file found but no entry configured

这可能会有所帮助:

Webpack configuration file found but no entry configured

这是webpack上的文档:https://webpack.github.io/docs/configuration.html#entry