Error: Cannot find module 'now'

13 views
Skip to first unread message

Mathieu M.

unread,
Feb 1, 2013, 11:09:49 AM2/1/13
to node...@googlegroups.com
Hi,

I try to put on nodester an application that I made one year ago and witch works fine at this time on nodester.

It uses now, express and socket.io modules.

But i have a problem. 

This is a peace of code of my package.json : 

  "dependencies": {
    "express": "~2.5.9",
    "now": "*",
    "socket.io": "0.9.11",
  },

and this is my error in the nodester's logs :

Running node v-0.8.1
module.js:340
    throw err;
          ^
Error: Cannot find module 'now'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object.<anonymous> (/app/server.js:20:13)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.runMain (module.js:487:10)
Process died with exit code 1. Restarting...

So I would like to know if someone has an idea to solve this ...


Cordially,

Mathieu

 
Reply all
Reply to author
Forward
0 new messages