node.js - 启动npm start 报错 ,怎么办
PHP中文网
PHP中文网 2017-04-17 16:16:19
0
3
637

verbose pkgid doracms@1.1.1
16 verbose cwd /Users/myjianyue/Desktop/projectsSpace/express/DoraCMS
17 error Darwin 16.4.0
18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" "app.js"
19 error node v6.9.5
20 error npm v3.10.10
21 error code ELIFECYCLE
22 error doracms@1.1.1 start: node ./bin/www "app.js"
22 error Exit status 1
23 error Failed at the doracms@1.1.1 start script 'node ./bin/www "app.js"'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the doracms package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error node ./bin/www "app.js"
23 error You can get information on how to open an issue for this project with:
23 error npm bugs doracms
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls doracms
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

PHP中文网
PHP中文网

认证0级讲师

membalas semua(3)
小葫芦

贴出npm官网对npm start的解释(官网链接):

就是说:
npm start 会默认执行package.json中scripts对象下"start"字段对应的语句,如果scripts对象下没有设置”start“字段的值,则npm会默认执行这条语句:

node server.js

请先检查package.json中的配置,scripts下是否有start字段,如没有,看是否有对应的server.js文件。

小葫芦

Make sure you have the latest version of node.js and npm installed.
If you do, this is most likely a problem with the doracms package,not with npm itself.Tell the author that this fails on your system:

这是上面的错误提示

大家讲道理

贴一下你的package.json的文件配置,

Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan