There was an error while loading. Please reload this page.
Installation Instructions for Linux/Unix
Installed
tar -zxvf node-v10.5.0tar.gz cd node-v10.5.0 sudo ./configure sudo make sudo make install node -v npm -v
Uninstall
sudo make uninstall make clean
sudo apt-get install curl curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs node -v npm -v
sudo npm uninstall npm -g sudo apt-get remove nodejs
Referenced