Node.js is a Javascript platform for server-side programming that allows users to build network applications quickly.
In order to get this version, we just have to use the apt package manager.
sudo apt-get install nodejs
We need to install the NPM(Node Package Manager) to run the Node.js . You can use this command.
sudo apt-get install npm
The above two command will install the Node and NPM according to package.json file. If you want to install by using particular Module , you may use the following command.
To install the express framework.
npm install -g express
Hope you all good time with Node.js
0 Comment(s)