Yes I think so. Appears it was built with a different version of node.js then you are trying to run it with another version. You may be better off deleting all modules in node_modules that **don't** begin with "oae-" and then run "npm install -d"
Thanks, Branden On Mon, Jan 20, 2014 at 5:36 AM, Jean-Francois Leveque <jean-francois.leve...@upmc.fr> wrote: > I now get another error: >> >> [2014-01-20T10:33:28.358Z] ERROR: oae/7771 on SakaiLaRochelle: An uncaught >> exception was raised to the application. >> Error: Module version mismatch. Expected 11, got 1. >> >> at Module.load (module.js:356:32) >> at Function.Module._load (module.js:312:12) >> at Module.require (module.js:364:17) >> at require (module.js:380:17) >> at Object.<anonymous> >> (/home/leveque/OAE/Hilary/node_modules/passport-ldapauth/node_modules/ldapauth-fork/node_modules/ldapjs/node_modules/buffertools/buffertools.js:1:77) >> >> at Module._compile (module.js:456:26) >> at Object.Module._extensions..js (module.js:474:10) >> at Module.load (module.js:356:32) >> at Function.Module._load (module.js:312:12) >> at Module.require (module.js:364:17) > > > Should I clean node_modules/passport-ldapauth too? > > > On 20/01/2014 11:09, Branden Visser wrote: >> >> Hi Jean-Francois, just to confirm, you have run npm install -d in the >> Hilary directory? >> >> There might be some lingering issues with the npm issues you had >> earlier (e.g., a partially installed "connect" module), resulting in >> NPM not retrying to install some of the nested modules. You could try >> deleting the connect module that is showing this issue: rm -rf >> node_modules/connect and then trying to run "npm install -d" from the >> root of hilary again. >> >> Thanks, >> Branden >> >> On Mon, Jan 20, 2014 at 4:57 AM, Jean-Francois Leveque >> <jean-francois.leve...@upmc.fr> wrote: >>> >>> Hi, >>> >>> I get an error: >>>> >>>> module.js:340 >>>> throw err; >>>> ^ >>>> Error: Cannot find module 'cookie-signature' >>>> at Function.Module._resolveFilename (module.js:338:15) >>>> at Function.Module._load (module.js:280:25) >>>> at Module.require (module.js:364:17) >>>> at require (module.js:380:17) >>>> at Object.<anonymous> >>>> (/home/leveque/OAE/Hilary/node_modules/connect/lib/utils.js:17:17) >>>> at Module._compile (module.js:456:26) >>>> at Object.Module._extensions..js (module.js:474:10) >>>> at Module.load (module.js:356:32) >>>> at Function.Module._load (module.js:312:12) >>>> at Module.require (module.js:364:17) >>> >>> >>> It seems I have the latest Hilary: >>>> >>>> OAE/Hilary $ git pull >>>> Already up-to-date. >>> >>> >>> Any idea? >>> >>> Cheers, >>> >>> J-F >>> _______________________________________________ >>> oae-dev mailing list >>> oae-dev@collab.sakaiproject.org >>> http://collab.sakaiproject.org/mailman/listinfo/oae-dev > > _______________________________________________ oae-dev mailing list oae-dev@collab.sakaiproject.org http://collab.sakaiproject.org/mailman/listinfo/oae-dev