2015-02-08 104 views
0

我已经尝试安装yo anugular并得到以下错误,我已尝试更新nodenpm,npm cache clean等,但它不工作。哟角发生器错误phantomjs安装

当我跑$ yo angular它会使用bower下载依赖,但它给出了这样的错误,并在

npm WARN engine [email protected]: wanted: {"node":"~0.8 || ~0.10"} (current: {"node":"0.12.0","npm":"2.5.0"}) 
... 

> [email protected] install 

/Users/jhondoe/Desktop/webapp/node_modules/karma-phantomjs-launcher/node_modules/phantomjs 
> node install.js 

Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-macosx.zip 
Saving to /var/folders/vy/sc6v8frj4d3gprgzdpfcjhkm0000gn/T/phantomjs/phantomjs-1.9.8-macosx.zip 
Receiving... 
npm ERR! Darwin 13.0.0---------------------] 37% 0.0s| 
npm ERR! argv "node" "/usr/local/bin/npm" "install" 
npm ERR! node v0.12.0 
npm ERR! npm v2.5.0 

npm ERR! null == true 
npm ERR! 
npm ERR! If you need help, you may report this error at: 
npm ERR!  <http://github.com/npm/npm/issues> 
    [=======================================-] 98% 0.0s 
Received 9187K total. 
Extracting zip contents 

移动,之后更多的错误和一些警告

npm WARN unmet dependency /Users/jhondoe/Desktop/webapp/node_modules/grunt-contrib-jshint/node_modules/jshint/node_modules/cli/node_modules/glob requires [email protected]'0.3' but will load 

和错误

> [email protected] postinstall 

/Users/jhondoe/Desktop/webapp/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-pngquant/node_modules/pngquant-bin 
> node lib/install.js 

    ✔ pngquant pre-build test passed successfully 

npm ERR! Please include the following file with any support request: 
npm ERR!  /Users/jhondoe/Desktop/webapp/npm-debug.log 
Loading "cssmin.js" tasks...ERROR 
>> Error: Cannot find module 'pako/lib/zlib/messages' 
Loading "uglify.js" tasks...ERROR 
>> Error: Cannot find module 'pako/lib/zlib/messages' 

之后,它失败说贝洛w ^味精

Loading "cssmin.js" tasks...ERROR 
>> Error: Cannot find module 'pako/lib/zlib/messages' 
Loading "uglify.js" tasks...ERROR 
>> Error: Cannot find module 'pako/lib/zlib/messages' 

... 
Running "karma:unit" (karma) task 
INFO [karma]: Karma v0.12.31 server started at http://localhost:8080/ 
INFO [launcher]: Starting browser PhantomJS 
WARN [watcher]: Pattern "/Users/jhondoe/Desktop/webapp/test/mock/**/*.js" does not match any file. 
INFO [PhantomJS 1.9.8 (Mac OS X)]: Connected on socket jYytgLM38t_yiNPOWqbq with id 15305149 
PhantomJS 1.9.8 (Mac OS X): Executed 2 of 2 SUCCESS (0.004 secs/0.02 secs) 
Warning: Task "cssmin" not found. Use --force to continue. 

Aborted due to warnings. 

我从6个小时敲打我的头,请帮助我如何解决它。

我的节点版本v0.12.0 NPM是2.5.0OSX 10.9

回答

2

我发现这个问题,这是节点的版本问题,请参阅警告

npm WARN engine [email protected]: wanted: {"node":"~0.8 || ~0.10"} (current: {"node":"0.12.0","npm":"2.5.0"}) 

降级Node0.10.30解决了该问题

我发布了这个答案,以便其他人可以解决那里类似的问题。