我无法在yeoman(angular)项目中安装包grunt-contrib-imagemin
。它失败了
npm ERR! weird error 1
npm ERR! not ok code 0
但没有报告其他错误。
我正在运行Ubuntu 12.04和NodeJS 0.8
答案 0 :(得分:2)
这是通过将nodejs更新为版本0.10
来解决的我按照http://slopjong.de/2012/10/31/how-to-install-the-latest-nodejs-in-ubuntu/
的说明进行操作