JavaScript - gher-uliege/Documentation GitHub Wiki
Installation
Node
Node.js is a JavaScript runtime.
Package management
npm
Package manager for JS and software registry.
https://www.npmjs.com/
Install
npm comes with Node.js. If you want the most recent version:
sudo npm install npm@latest -g
Run
npm install package_name