To install npm on Ubuntu, run
apt install npm
To install a node package, run
npm install [email protected] --save