You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:198throwe;// process.nextTick error, or 'error' event on first tick^
Error: require.pathsisremoved.Usenode_modulesfolders,ortheNODE_PATHenvironmentvariableinstead.atFunction.<anonymous>(module.js:360:11)atObject.<anonymous>(C:\nodewin\chat\app.js:6:8)atModule._compile(module.js:416:26)atObject..js(module.js:422:10)atModule.load(module.js:335:31)atFunction._load(module.js:294:12)atArray.<anonymous>(module.js:442:10)atEventEmitter._tickCallback(node.js:190:26)
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: