← Back to context Comment by Touche 11 years ago Can this be installed with Node side-by-side or does it take over the `node` name? 3 comments Touche Reply AdamCraven 11 years ago It takes over the `node` name via symlinks. But you can have a working REPL side by side by overwriting with the prior node one again. Node isn't uninstalled. iamdeedubs 11 years ago It gets symlinked to node and npm ericclemmons 11 years ago nvm is being updated to support installing both project-specific node and io.js libraries.
AdamCraven 11 years ago It takes over the `node` name via symlinks. But you can have a working REPL side by side by overwriting with the prior node one again. Node isn't uninstalled.
ericclemmons 11 years ago nvm is being updated to support installing both project-specific node and io.js libraries.
It takes over the `node` name via symlinks. But you can have a working REPL side by side by overwriting with the prior node one again. Node isn't uninstalled.
It gets symlinked to node and npm
nvm is being updated to support installing both project-specific node and io.js libraries.