How to Install Node js on Ubuntu
If you are trying to install Node.js on Ubntu then follow the instruction given below
- Setup with Ubuntu:
curl -sL https://deb.nodesource.com/setup | sudo bash -
The above command just updates your system with the latest software builds.
- Install Node js which is in Ubuntu repository:
sudo apt-get install nodejs
- Install build tools:
sudo apt-get install build-essential
For more information on various platforms visit the official doc on github.
Comments
Post a Comment
Please share your opinions and suggestion and do not enter any spam links in the comment box