Reputation: 1111
What folder does it install to on Ubuntu when I do:
sudo apt-get install npm
Thanks
Upvotes: 0
Views: 83
Reputation: 208
just type npm in the terminal. You will see the usage info and at the end npm version and folder where it is located in the sytem
/usr/lib/node_modules/npm
Upvotes: 2