kriszyp / nodules

Asynchronous URL-based CommonJS module loader for Node with automated dependency resolution and module reloading
http://www.persvr.org/
197 stars 20 forks source link

Can't start nodules #21

Open adamhalasz opened 11 years ago

adamhalasz commented 11 years ago

I'm getting an error on node v0.8.21 while trying to run it:

node /root/node_modules/nodules/lib/nodules.js server.js

The error:

Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
    at Function.Module._compile.Object.defineProperty.get (module.js:386:11)
    at Object.<anonymous> (/root/node_modules/nodules/lib/nodules.js:7:17)
    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:492:10)
    at process.startup.processNextTick.process._tickCallback (node.js:244:9)
wshager commented 11 years ago

Same here. v 0.10.3