407 B
Executable File
407 B
Executable File
install nodejs npm
install and update
sudo apt install nodejs
sudo apt install npm
sudo npm install n@latest -g
sudo n stable
npm install npm@latest -g
node -v
npm -v
-
if error: /usr/bin/env: node: No such file or directory
ln -s /usr/bin/nodejs /usr/bin/node
-
if old nodejs still exist
sudo apt-get purge nodejs