''不被识别为内部或外部命令,可操作程序或批处理文件

时间:2016-11-18 15:34:30

标签: node.js batch-file npm

我试图在分叉的Github仓库上运行构建,而且我在npm非常新,而且我得到的错误使得很难找到解决方案。有人可以提供一些帮助吗?

我安装了最新版本的node和npm。

这是我尝试运行npm run build

时获得的转储
'.' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run
" "build"
npm ERR! node v6.9.1
npm ERR! npm  v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! basecamp_notifier@2.0.4 build: `./build.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the basecamp_notifier@2.0.4 build script './build.sh'.

0 个答案:

没有答案