Hi Branden, https://launchpad.net/~chris-lea/+archive/node.js has 0.10.8 and 0.10.24.
https://launchpad.net/~chris-lea/+archive/node.js-legacy has raring binaries for nodejs 0.8.26 and npm 1.3.0 Because etherpad-lite requests nodejs < 0.9.0, I installed 0.8.26 binaries. Should I ignore etherpad-lite's nodejs requirement? J-F On 17/01/2014 16:05, Branden Visser wrote: > Hi Jean-Francois, looks like this is an old bug in NPM: > > https://github.com/npm/npm/issues/2895 > > Which should have been fixed fixed early 2012 (1.3.23). Can you > upgrade nodejs+npm and give it a try? > > Chris Lea has an apt repository available that hosts more current > versions of node.js: https://launchpad.net/~chris-lea/+archive/node.js > > Thanks, > Branden > > On Fri, Jan 17, 2014 at 9:47 AM, Jean-Francois Leveque > <[email protected]> wrote: >> Hi again, >> >> The process ends with: >>> npm ERR! >>> npm ERR! Additional logging details can be found in: >>> npm ERR! /home/leveque/OAE/Hilary/npm-debug.log >>> npm ERR! not ok code >> >> The content of this log file changed each time I tried again. >> >> I have to launch it several times to get it end with: >>> npm ERR! not ok code 0 >> >> Later it ends with: >>> npm ERR! Error: Cannot find module 'npm' >>> npm ERR! at Function.Module._resolveFilename (module.js:338:15) >>> npm ERR! at Function.Module._load (module.js:280:25) >>> npm ERR! at Module.require (module.js:362:17) >>> npm ERR! at require (module.js:378:17) >>> npm ERR! at Object.<anonymous> (/usr/lib/nodejs/npm/lib/dedupe.js:18:11) >>> npm ERR! at Module._compile (module.js:449:26) >>> npm ERR! at Object.Module._extensions..js (module.js:467:10) >>> npm ERR! at Module.load (module.js:356:32) >>> npm ERR! at Function.Module._load (module.js:312:12) >>> npm ERR! at Module.require (module.js:362:17) >>> npm ERR! If you need help, you may report this log at: >>> npm ERR! <http://github.com/isaacs/npm/issues> >>> npm ERR! or email it to: >>> npm ERR! <[email protected]> >>> >>> npm ERR! System Linux 3.8.0-34-generic >>> npm ERR! command "nodejs" "/usr/bin/npm" "dedup" >>> npm ERR! cwd >>> /home/leveque/OAE/Hilary/node_modules/grunt-contrib-jshint/node_modules/jshint/node_modules/console-browserify >>> npm ERR! node -v v0.8.26 >>> npm ERR! npm -v 1.3.0 >>> npm ERR! code MODULE_NOT_FOUND >>> npm ERR! >>> npm ERR! Additional logging details can be found in: >>> npm ERR! >>> /home/leveque/OAE/Hilary/node_modules/grunt-contrib-jshint/node_modules/jshint/node_modules/console-browserify/npm-debug.log >>> npm ERR! not ok code 0 >>> npm info [email protected] Failed to exec postinstall script >>> npm info >>> /home/leveque/OAE/Hilary/node_modules/grunt-contrib-jshint/node_modules/jshint/node_modules/console-browserify >>> unbuild >>> npm info preuninstall [email protected] >>> npm info uninstall [email protected] >>> npm info postuninstall [email protected] >>> npm info >>> /home/leveque/OAE/Hilary/node_modules/grunt-contrib-jshint/node_modules/jshint >>> unbuild >>> npm info preuninstall [email protected] >>> npm info uninstall [email protected] >>> npm info postuninstall [email protected] >>> npm info /home/leveque/OAE/Hilary/node_modules/grunt-contrib-jshint unbuild >>> npm info preuninstall [email protected] >>> npm info uninstall [email protected] >>> npm info postuninstall [email protected] >>> npm ERR! weird error 1 >>> npm ERR! not ok code 0 >> >> It seems to fail consistently with the same error. >> >> What should I do? >> >> J-F _______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
