windows - 安装; angular-phonecat@0.0.0 预启动脚本失败

标签 windows node.js angularjs npm

我可以知道这里有什么问题吗?我一无所知…… 谢谢。

npm ERR! angular-phonecat@0.0.0 prestart: `npm install`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the angular-phonecat@0.0.0 prestart script.
npm ERR! This is most likely a problem with the angular-phonecat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm install
npm ERR! You can get their info via:
npm ERR!     npm owner ls angular-phonecat
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files (x86)\\\\node.exe" "C:\\Program Files (x86)\
\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! cwd C:\Users\bong\angular-phonecat
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! syscall spawn
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! angular-phonecat@0.0.0 prestart: `npm install`
npm ERR! Exit status -1
npm ERR!
npm ERR! Failed at the angular-phonecat@0.0.0 prestart script.
npm ERR! This is most likely a problem with the angular-phonecat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm install
npm ERR! You can get their info via:
npm ERR!     npm owner ls angular-phonecat
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files (x86)\\\\node.exe" "C:\\Program Files (x86)\
\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! cwd C:\Users\bong\angular-phonecat
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\Users\bong\angular-phonecat\npm-debug.log
npm ERR! not ok code 0

最佳答案

尝试单独安装每个依赖项,这似乎是 package.json 中的问题。

关于windows - 安装; angular-phonecat@0.0.0 预启动脚本失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26036851/

相关文章:

windows - Powershell脚本在ie浏览器中打开多个url

windows - Windows 和 Linux 上的 GUI 应用程序

node.js - Docker 容器中的 Gulp 命令代码 139

node.js - 我应该在 Node 服务器上的哪里存储 secret 字符串?

android - aes-256-cbc加密解密

javascript - 通过更改 css top 在 div 动画中垂直滚动

windows - 如何从 .vbs 文件创建 Windows 服务?

php - 在 windows server 2003 上设置 PHP cron 作业

javascript - scope.$apply 在 AngularJS 中是同步的吗?

AngularJs - 我应该手动销毁指令实例吗?