Windows中的npm install -g generator-X错误
Posted
技术标签:
【中文标题】Windows中的npm install -g generator-X错误【英文标题】:npm install -g generator-X error in windows 【发布时间】:2015-04-09 02:03:49 【问题描述】:两者都产生相同的错误。
npm install -g generator-angular-fullstack。 npm install -g generator-meanjs.我尝试了一切(谷歌搜索和 ***),但这个问题在过去 3-4 小时内让我摸不着头脑 任何支持都会有所帮助
我试过了
npm install -g generator-angular-fullstack
或
npm install -g generator-meanjs
最初它说 python 需要我安装了最新的 python 但它再次说不兼容的版本我搜索并发现支持 2.7.3 所以我卸载了最新版本并安装了 2.7.3 并设置了它的环境变量。
但是现在显示出来了
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
cmd 上的完整错误堆栈:-
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (C:\Program Files\nodejs\node_module
s\npm\node_modules\node-gyp\lib\configure.js:343:16)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:
12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modu
les\\node-gyp\\bin\\node-gyp.js" "configure" "build"
gyp ERR! cwd C:\Users\Rachit\AppData\Roaming\npm\node_modules\generator-angular-
fullstack\node_modules\yeoman-generator\node_modules\download\node_modules\decom
press\node_modules\decompress-unzip\node_modules\adm-zip\node_modules\fidonet-ma
iler-binkp-crypt
gyp ERR! node -v v0.10.30
gyp ERR! node-gyp -v v0.13.1
gyp ERR! not ok
|
> yo@1.3.3 postinstall C:\Users\Rachit\AppData\Roaming\npm\node_modules\generato
r-angular-fullstack\node_modules\yo
> yodoctor
Yeoman Doctor
Running sanity checks on your system
√ Global configuration file is valid
√ NODE_PATH matches the npm root
√ No .bowerrc file in home directory
√ No .yo-rc.json file in home directory
Everything looks all right!
npm ERR! fidonet-mailer-binkp-crypt@0.0.21 install: `node-gyp configure build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fidonet-mailer-binkp-crypt@0.0.21 install script.
npm ERR! This is most likely a problem with the fidonet-mailer-binkp-crypt packa
ge,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp configure build
npm ERR! You can get their info via:
npm ERR! npm owner ls fidonet-mailer-binkp-crypt
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "generator-angular-fulls
tack"
npm ERR! cwd C:\Users\Rachit\Desktop\node_example
npm ERR! node -v v0.10.30
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\Rachit\Desktop\node_example\npm-debug.log
npm ERR! not ok code 0
我使用的是 Windows 7 32 位
npm-debug.log
【问题讨论】:
您能粘贴 npm-debug.log 上的堆栈跟踪详细信息吗? @Pracede 已编辑附加 npm-debug.log 请查看。 同样的问题,今天开始 @AbelPastur 如果您能找到任何解决方案,请也在这里分享。 我无法访问谷歌驱动器。请我们粘贴 bin。您的安装似乎已损坏。 【参考方案1】:adm-zip v0.4.5 引入了对 fidonet-mailer-binkp-crypt 的依赖: https://github.com/cthackers/adm-zip/issues/121
解决方法: npm install --save-dev --save-exact adm-zip@0.4.4
【讨论】:
任何解决方案或破解 ..?? 一个workaorund:npm install --save-dev --save-exact adm-zip@0.4.4 adm-zip 似乎已修复。 generator-gulp-webapp 现在可以为我正确安装了。以上是关于Windows中的npm install -g generator-X错误的主要内容,如果未能解决你的问题,请参考以下文章
npm install 时报错npm ERR! Windows_NT 6.1.7601
npm install时报错 npm ERR!Windows_NT 6.1.7601
npm install:无法在 Windows 10 中安装依赖项