Step1: Download the node setup: curl -sL https://deb.nodesource.com/setup | sudo bash – Step2: Install Node.js sudo apt-get install -y nodejs Step3: Install npm and essential Add ons: Note: npm is the default package manager for Node.js. As of Node.js version 0.6.3, npm is bundled and installed automatically with the environment. npm runs through the command …
Tag: Express
Permanent link to this article: https://blog.openshell.in/2014/11/node-js-on-express-framework-installation-with-mysql/