Revert back to Node from io.js

I recently switched to io.js and didn’t use NVM (I know, stupid move) and io.js has symlinked itself to the “node” command. Iron-cli no longer works for me because the fibers package is dependent on Node and I want to switch back to Node in order to use it again. However, I’m not sure what io.js did when it installed itself and I don’t want to break my machine trying to get rid of it… Does anyone know the best way to revert back to Node from io.js?

I actually just downloaded the newest version of node and it solved my problem… I think it overrode the iojs symlinks.

1 Like