How to Install winreg NPM Packages on Ubuntu / Debian

How to Install winreg software package in NPM Packages

winreg : provides access to the windows registry through the REG tool. You can installing winreg 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 winreg
$ sudo npm install -g winreg

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

$ sudo npm update winreg

Update package globally,

$ npm install -g winreg

Git clone:

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

winreg@1.2.4 /usr/lib/node_modules/winreg

How to remove winreg package :

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

$ sudo npm uninstall winreg

Basic Information of winreg NPM Package:

Package Name winreg
Version 1.2.4
Description provides access to the windows registry through the REG tool
Released Date 2017-05-12T17:50:30.993Z
Published by paul.bottin
How to Learn https://www.npmjs.com/package/winreg/tutorial