How to Install nw NPM Packages on Ubuntu / Debian

How to Install nw software package in NPM Packages

nw : A installer for nw.js. You can installing nw 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 nw
$ sudo npm install -g nw

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

$ sudo npm update nw

Update package globally,

$ npm install -g nw

Git clone:

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

nw@0.26.6 /usr/lib/node_modules/nw

How to remove nw package :

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

$ sudo npm uninstall nw

Basic Information of nw NPM Package:

Package Name nw
Version 0.26.6
Description A installer for nw.js
Released Date 2017-11-14T20:06:54.151Z
Published by mithgol
How to Learn https://www.npmjs.com/package/nw/tutorial