清洁windows 7专业安装与节点和git。
简单的bower.json
{ "name": "name123456","version": "1.0.0","dependencies": { "closure-compiler": "http://dl.google.com/closure-compiler/compiler-latest.zip" } }
运行bower安装,它死亡与权限错误。
任何想法为什么会这样?谢谢你。
这是一个失败的bower 1.2.7及更高版本的zip库。解决方法是重新安装凉亭,因为它将强制升级zip库:
原文链接:https://www.f2er.com/windows/372864.htmlbower cache clean npm uninstall -g bower npm install -g bower
有关详细信息,请参阅https://github.com/bower/bower/issues/991
请注意,以上版本的Node版本不够(我试过0.9.9)。使用最新版本的节点,似乎再次正常工作。