ionox0
ionox0

Reputation: 1111

Where does Node.js install by default?

What folder does it install to on Ubuntu when I do:

sudo apt-get install npm

Thanks

Upvotes: 0

Views: 83

Answers (1)

Nenad Nikolic
Nenad Nikolic

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

Related Questions