How to Install nightmare NPM Packages on Ubuntu / Debian

How to Install nightmare software package in NPM Packages

nightmare : A high-level browser automation library.. You can installing nightmare npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install nightmare
$ sudo npm install -g nightmare

If want to update the nightmare package execute the command as below,

$ sudo npm update nightmare

Update package globally,

$ npm install -g nightmare

Git clone:

$ sudo  git clone https://github.com/rektide/nightmare.git
$ sudo  npm install -g ./nightmare

nightmare@2.10.0 /usr/lib/node_modules/nightmare

How to remove nightmare package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall nightmare

Basic Information of nightmare NPM Package:

Package Name nightmare
Version 2.10.0
Description A high-level browser automation library.
Released Date 2017-02-24T01:07:56.433Z
Published by stephenmathieson
How to Learn https://www.npmjs.com/package/nightmare/tutorial