Npm install

Npm install

npm install --save express
npm install --save-dev mocha

Package.json will be

"dependencies": {
"express": "^2.2.33"
},
"devDependencies": {
"mocha": "^2.83.0"
}

Comments

Popular posts from this blog

Proxy setting in java

Using logstash to import csv json files into elasticsearch

Kibana 4 Installation and Run as a service in ubuntu