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

Reply via email to