Npm 6
Node Package Manager
Create Fake JSON API For Rapid Development Using JSON Server
Node Package Manager(NPM) provides a module name JSON-SERVER for creating Fake JSON API for rapid application development. In this demo, “We will learn to create a fake JSON API using JSON-SERVER module”. To install JSON-SERVER use npm install json-server -g command in a terminal.The following screenshot shows the terminal with json-server installation in progress. After […]
Node Package Manager(NPM) Installation In Windows
Node Package Manager (NPM) is needed to install modules in Node. NPM can be download for window machine using below link :- http://code.google.com/p/msysgit/downloads/list The EXE file name that is downloaded is similar to Git-1.8.1.2-preview20130201.exe. This Demo, “How to install NPM in windows and shows how to verify the installation”. By […]