Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs npm安装出现错误:js2coffee@0.2.7预安装:`npm运行脚本。/cyclic.js`_Angularjs_Node.js_Gruntjs_Npm - Fatal编程技术网

Angularjs npm安装出现错误:js2coffee@0.2.7预安装:`npm运行脚本。/cyclic.js`

Angularjs npm安装出现错误:js2coffee@0.2.7预安装:`npm运行脚本。/cyclic.js`,angularjs,node.js,gruntjs,npm,Angularjs,Node.js,Gruntjs,Npm,我确实在ubuntu 14.04上安装了npm(3.6.0)、node(v5.6.0) 我在运行npm安装时遇到以下错误: npm ERR! Linux 3.13.0-77-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! node v5.6.0 npm ERR! npm v3.6.0 npm ERR! code ELIFECYCLE npm ERR! js2coffee@0.2.7 prein

我确实在ubuntu 14.04上安装了npm(3.6.0)、node(v5.6.0)

我在运行
npm安装时遇到以下错误:

npm ERR! Linux 3.13.0-77-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v5.6.0
npm ERR! npm  v3.6.0
npm ERR! code ELIFECYCLE

npm ERR! js2coffee@0.2.7 preinstall: `npm run-script ./cyclic.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the js2coffee@0.2.7 preinstall script 'npm run-script ./cyclic.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the js2coffee package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm run-script ./cyclic.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs js2coffee
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls js2coffee
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/sachin/angular_projects/demo/npm-debug.log
有人面临这个问题吗