Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node.js upgrade caused juggernaut runtime fail: Error: require.paths is removed #93

Open
auxbuss opened this issue Sep 13, 2011 · 0 comments

Comments

@auxbuss
Copy link

auxbuss commented Sep 13, 2011

I pulled node.js (v0.5.7-pre) and built. Now juggernaut fails to start with:

$ juggernaut

node.js:203
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
    at Function.<anonymous> (module.js:360:11)
    at Object.<anonymous> (/usr/local/lib/node_modules/juggernaut/index.js:1:70)
    at Module._compile (module.js:416:26)
    at Object..js (module.js:434:10)
    at Module.load (module.js:335:31)
    at Function._load (module.js:294:12)
    at Module.require (module.js:341:17)
    at require (module.js:352:17)
    at Object.<anonymous> (/usr/local/lib/node_modules/juggernaut/server.js:20:14)
    at Module._compile (module.js:416:26)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant