Closed NicoHood closed 8 years ago
I currently try to recompile the source on elementary os (based on ubuntu 14.04) but I got hte following error when executing npm install:
npm install
npm http GET https://registry.npmjs.org/color-convert npm http 304 https://registry.npmjs.org/q npm http 304 https://registry.npmjs.org/color-convert npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /fromscratch/npm-debug.log npm ERR! not ok code 0
The contents of this log:
17369 error Error: ENOENT, lstat '/home/username/tmp/npm-5439-idPGn6uE/1456081387672-0.06401455239392817/package/html/doc/api/npm-search.html' 17370 error If you need help, you may report this log at: 17370 error <http://github.com/isaacs/npm/issues> 17370 error or email it to: 17370 error <npm-@googlegroups.com> 17371 error System Linux 3.16.0-60-generic 17372 error command "/usr/bin/nodejs" "/usr/bin/npm" "install" 17373 error cwd /home/username/Documents/hackallthethings/fromscratch 17374 error node -v v0.10.25 17375 error npm -v 1.3.10 17376 error path /home/username/tmp/npm-5439-idPGn6uE/1456081387672-0.06401455239392817/package/html/doc/api/npm-search.html 17377 error fstream_path /home/username/tmp/npm-5439-idPGn6uE/1456081387672-0.06401455239392817/package/html/doc/api/npm-search.html 17378 error fstream_type File 17379 error fstream_class FileWriter 17380 error code ENOENT 17381 error errno 34 17382 error fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26 17382 error fstream_stack Object.oncomplete (fs.js:107:15) 17383 verbose exit [ 34, true ]
you're using node 0.10, please update to something more recent! http://nodejs.org/
I currently try to recompile the source on elementary os (based on ubuntu 14.04) but I got hte following error when executing
npm install
:The contents of this log: