为了账号安全,请及时绑定邮箱和手机立即绑定

webstrom运行出来这个错误怎么解决,

webstrom运行出来这个错误怎么解决,

慕圣5121114 2016-06-24 11:19:40
Running "connect:livereload" (connect) taskStarted connect web server on http://localhost:9000Fatal error: spawn cmd ENOENT
查看完整描述

1 回答

?
一毛钱

TA贡献156条经验 获得超57个赞

原因,windows下npm执行名不同

进行一下判断

var ps = require('child_process').spawn(process.platform === "win32" ? "npm.cmd" : "npm", ['install'], {
    stdio: 'inherit',
    cwd: srcPath
});


查看完整回答
反对 回复 2016-06-27
  • 1 回答
  • 0 关注
  • 1390 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信