-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
io.js destroys original NodeJS installation on Mac #448
Copy link
Copy link
Closed
Description
Hi,
after installing IOJS on Mac OS X the existing 'node' programm did not work anymore. It turned out that "node" was replaced with "iojs".
How to get my normal nodejs environment back?
Here the stacktrace while failing to load memwatch module (which is not ready for node 0.11 ...).
Stefans-iMac:client stefan$ node lib/app.js
module.js:341
Module._extensions[extension](this, filename);
^
Error: Module did not self-register.
at Error (native)
at Module.load (module.js:341:32)
at Function.Module._load (module.js:296:12)
at Module.require (module.js:351:17)
at require (module.js:370:17)
at Object. (/Users/stefan/projects/mymemwatchtest/node_modules/memwatch/include.js:2:9)
at Module._compile (module.js:446:26)
at Object.Module._extensions..js (module.js:464:10)
at Module.load (module.js:341:32)
at Function.Module._load (module.js:296:12)
Stefans-iMac:client stefan$ node --version
v1.0.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels