Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/35.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
Node.js 运行yeoman AngularJS生成器时出错_Node.js_Angularjs_Yeoman - Fatal编程技术网

Node.js 运行yeoman AngularJS生成器时出错

Node.js 运行yeoman AngularJS生成器时出错,node.js,angularjs,yeoman,Node.js,Angularjs,Yeoman,非常感谢您的帮助 在尝试以下步骤时,我在运行yo时遇到了许多错误,这些错误指示我发布 我当时所采取的步骤是: 我的npm和节点版本: $ npm -v 1.4.3 $ node -v v0.10.26 在第一个错误之前一点开始的输出: npm http 304 npmnpm http GET 犯错误错误:enoint,lstat'/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/eventem

非常感谢您的帮助

在尝试以下步骤时,我在运行
yo
时遇到了许多错误,这些错误指示我发布

我当时所采取的步骤是:

我的npm和节点版本:

$ npm -v
1.4.3
$ node -v
v0.10.26
在第一个错误之前一点开始的输出: npm http 304 npmnpm http GET 犯错误错误:enoint,lstat'/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/eventemitter2/lib/eventemitter2.js' npm错误!如果需要帮助,可以报告整个日志, npmnpm http GET 犯错误包括npm和节点版本,位于: npm错误


我通过升级到node的最新稳定版本解决了这个问题


之前我运行的是node 0.10.28和npm 1.4。-alpha。

我相信在您尝试时npm注册表可能已关闭。如果现在再试一次,会得到相同的结果吗?是的,但错误出现的顺序不同,并且错误不会发生在相同的包上。奇怪。你问这个问题已经7个小时了,我肯定在那段时间里成功地使用了npm注册表,所以肯定不是这样。你在npm上落后了几个补丁版本。也许可以试着运行
npm update-g npm
来跟踪它,然后看看是否出现相同的错误。@AlexFord昨天我
sudo apt get purge nodejs
,然后重新安装了它,但问题仍然存在。刚才我试过
yo
,一切顺利,没有错误。(如图所示……)
$ npm -v
1.4.3
$ node -v
v0.10.26
npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm npm http GETERR! https://registry.npmjs.org/object-assign
 cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/eventemitter2/lib/eventemitter2.js
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/eventemitter2/lib/eventemitter2.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, open '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/js-yaml/examples/custom_types.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/js-yaml/examples/custom_types.js
npm ERR! code ENOENT
npm ERR! errno 34
npm http 304 https://registry.npmjs.org/fresh/0.2.0
npm http 304 https://registry.npmjs.org/send/0.1.4
npm http 304 https://registry.npmjs.org/pkginfo
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/iconv-lite/README.md~'
npm npm ERR!ERR! If you need help, you may report this *entire* log,
 Error: ENOENT, chmod '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/which/package.json'
npm npm ERR!ERR! including the npm and node versions, at:
 If you need help, you may report this *entire* log,
npmnpm  ERR! including the npm and node versions, at:
npm ERR!ERR!     <http://github.com/npm/npm/issues>
     <http://github.com/npm/npm/issues>


npm npmERR!  SystemERR! Linux 3.5.0-48-generic
 System Linux 3.5.0-48-generic
npm npm ERR! ERR! commandcommand "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
 "/usr/bin/node" "/usr/bin/npm" "install"
npmnpm  ERR! ERR!cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/which/package.json
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/which/package.json
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call chmod
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:305:19
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
 cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/iconv-lite/README.md~
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/iconv-lite/README.md~
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/underscore.string/Rakefile'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/underscore.string/Rakefile
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/underscore.string/Rakefile
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http 304 https://registry.npmjs.org/uid2/0.0.3
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/findup-sync/test/findup-sync_test.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/findup-sync/test/findup-sync_test.js
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/findup-sync/test/findup-sync_test.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/getobject/test/namespace_test.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/getobject/test/namespace_test.js
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/getobject/test/namespace_test.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/async/README.md'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/async/README.md
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/async/README.md
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/coffee-script/extras/jsl.conf'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/coffee-script/extras/jsl.conf
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/coffee-script/extras/jsl.conf
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/exit/test/exit_test.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/exit/test/exit_test.js
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/exit/test/exit_test.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/hooker/dist/ba-hooker.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/hooker/dist/ba-hooker.js
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/hooker/dist/ba-hooker.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/grunt-legacy-util/test/index.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/grunt-legacy-util/test/index.js
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/grunt-legacy-util/test/index.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/glob/glob.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/glob/glob.js
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/glob/glob.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http 304 https://registry.npmjs.org/methods/0.1.0
npm http 304 https://registry.npmjs.org/negotiator/0.3.0
npm http 304 https://registry.npmjs.org/raw-body/1.1.2
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/nopt/lib/nopt.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/nopt/lib/nopt.js
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/nopt/lib/nopt.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/minimatch/minimatch.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/minimatch/minimatch.js
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/minimatch/minimatch.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm ERR! EEXIST, mkdir '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/dateformat'
File exists: /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/dateformat
Move it away, and try again. 

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/dateformat
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/dateformat/Readme.md
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code EEXIST
npm ERR! errno 47
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:171:23
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/mkdirp/index.js:37:53
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http 304 https://registry.npmjs.org/multiparty/2.2.0
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules'
npm ERR! error rolling back  grunt@0.4.4 { [Error: ENOTEMPTY, rmdir '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules']
npm ERR! error rolling back   errno: 53,
npm ERR! error rolling back   code: 'ENOTEMPTY',
npm ERR! error rolling back   path: '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules' }
npm ERR! Error: ENOTEMPTY, rmdir '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/iconv-lite'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/iconv-lite
npm ERR! code ENOTEMPTY
npm ERR! errno 53
npm ERR! Error: ENOENT, open '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/rimraf/package.json'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/rimraf/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm http 304 https://registry.npmjs.org/debug
npm ERR! Error: ENOENT, lstat '/home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/lodash/lodash.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.5.0-48-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "grunt-karma" "karma-ng-html2js-preprocessor" "karma-ng-scenario" "--save-dev"
npm ERR! cwd /home/lpanebr/mysites/webdev/public/angular
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/lodash/lodash.js
npm ERR! fstream_path /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt/node_modules/lodash/lodash.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
npm http 304 https://registry.npmjs.org/binary
npm http 304 https://registry.npmjs.org/pullstream
npm http 304 https://registry.npmjs.org/chainsaw
npm http GET https://registry.npmjs.org/fstream
npm http 304 https://registry.npmjs.org/options

> ws@0.4.31 install /home/lpanebr/mysites/webdev/public/angular/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)

npm http GET https://registry.npmjs.org/cryptiles
npm http GET https://registry.npmjs.org/sntp
npm http GET https://registry.npmjs.org/hoek
npm http GET https://registry.npmjs.org/boom
npm http GET https://registry.npmjs.org/qs
npm http GET https://registry.npmjs.org/aws-sign
npm http GET https://registry.npmjs.org/cookie-jar
npm http GET https://registry.npmjs.org/traverse
npm http 304 https://registry.npmjs.org/punycode
npm http 304 https://registry.npmjs.org/boom
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/underscore.string
npm http 304 https://registry.npmjs.org/qs
npm http 304 https://registry.npmjs.org/sntp
npm http 304 https://registry.npmjs.org/cryptiles
npm http 304 https://registry.npmjs.org/fstream
npm http 304 https://registry.npmjs.org/hoek
make: Entering directory `/home/lpanebr/mysites/webdev/public/angular/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
npm http 304 https://registry.npmjs.org/aws-sign
npm http 304 https://registry.npmjs.org/cookie-jar
npm http 304 https://registry.npmjs.org/traverse
npm http 304 https://registry.npmjs.org/underscore
npm http 304 https://registry.npmjs.org/underscore.string
  SOLINK_MODULE(target) Release/obj.target/bufferutil.node
  SOLINK_MODULE(target) Release/obj.target/bufferutil.node: Finished
  COPY Release/bufferutil.node
  CXX(target) Release/obj.target/validation/src/validation.o
  SOLINK_MODULE(target) Release/obj.target/validation.node
  SOLINK_MODULE(target) Release/obj.target/validation.node: Finished
  COPY Release/validation.node
make: Leaving directory `/home/lpanebr/mysites/webdev/public/angular/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build'

> optipng-bin@0.3.3 postinstall /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt-contrib-imagemin/node_modules/optipng-bin
> node index.js

✗ getaddrinfo ENOTFOUND
npm http GET https://registry.npmjs.org/graceful-fs
npm http 304 https://registry.npmjs.org/graceful-fs

> gifsicle@0.1.5 postinstall /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt-contrib-imagemin/node_modules/gifsicle
> node index.js

✓ pre-build test passed successfully

> pngquant-bin@0.1.7 postinstall /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt-contrib-imagemin/node_modules/pngquant-bin
> node index.js

✓ pre-build test passed successfully

> jpegtran-bin@0.2.6 postinstall /home/lpanebr/mysites/webdev/public/angular/node_modules/grunt-contrib-imagemin/node_modules/jpegtran-bin
> node index.js

✓ pre-build test passed successfully
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/lpanebr/mysites/webdev/public/angular/npm-debug.log
npm ERR! not ok code 0
npm http GET https://registry.npmjs.org/abbrev
npm http GET https://registry.npmjs.org/lru-cache
npm http GET https://registry.npmjs.org/sigmund
npm http GET https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/inherits
npm http 304 https://registry.npmjs.org/graceful-fs
npm http 304 https://registry.npmjs.org/inherits
npm http 304 https://registry.npmjs.org/lru-cache
npm http 304 https://registry.npmjs.org/sigmund
npm http 304 https://registry.npmjs.org/abbrev
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/lpanebr/mysites/webdev/public/angular/npm-debug.log
npm ERR! not ok code 0
lpanebr@brain:~/mysites/webdev/public/angular
$