1607 shaares
1 lien privé
1 lien privé
1 résultat
taggé
node.js
npm is the package manager for Node.js and the JavaScript coding language. It can be installed on a Linux system and then used on the command line to download and install JavaScript packages and their requisite dependencies.
The following commands will install both npm and Node.js. Feel free to omit the nodejs package when applicable, but most distributions will install it automatically as a dependency.
sudo apt install npm nodejs