Skip to content

io.js destroys original NodeJS installation on Mac #448

@megastef

Description

@megastef

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions