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

In the chat example: require.paths is removed #441

Closed
henke8100 opened this issue Aug 2, 2011 · 1 comment
Closed

In the chat example: require.paths is removed #441

henke8100 opened this issue Aug 2, 2011 · 1 comment
Labels
bug Something isn't working

Comments

@henke8100
Copy link

In the examples/chat/app.js there is an error when using node 0.5.2 and 0.5.3, should probably be fixed before 0.5 is promoted to stable.

node.js:198
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH envi
ronment variable instead.
    at Function.<anonymous> (module.js:360:11)
    at Object.<anonymous> (C:\nodewin\chat\app.js:6:8)
    at Module._compile (module.js:416:26)
    at Object..js (module.js:422:10)
    at Module.load (module.js:335:31)
    at Function._load (module.js:294:12)
    at Array.<anonymous> (module.js:442:10)
    at EventEmitter._tickCallback (node.js:190:26)
@jakl
Copy link

jakl commented Sep 21, 2011

I'm getting this error too on node preview release 5.6 and latest 5.7
I also tried downgrading node to 4.12 stable and still errors but they are different (Error: Cannot find module)
How does one setup a stable socket.io dev environment on ubuntu?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants