Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does nvm store node.js installations?

I can't find the location of node.js installations, downloaded and installed via e.g.:

nvm install 5.0

Do you know the answer?

like image 585
Boris Burkov Avatar asked Jan 13 '16 15:01

Boris Burkov


2 Answers

nvm which 5.0 Will give you the path where that version of Node.js is installed

like image 81
SlashmanX Avatar answered Nov 02 '22 09:11

SlashmanX


My version of nvm (1.1.7) does not have nvm which. The command nvm root does show the "directory where nvm should store different versions of node.js".

like image 33
rpfister51 Avatar answered Nov 02 '22 08:11

rpfister51