How to Install es6-promise NPM Packages on Ubuntu / Debian

How to Install es6-promise software package in NPM Packages

es6-promise : A lightweight library that provides tools for organizing asynchronous code. You can installing es6-promise 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 es6-promise
$ sudo npm install -g es6-promise

If want to update the es6-promise package execute the command as below,

$ sudo npm update es6-promise

Update package globally,

$ npm install -g es6-promise

Git clone:

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

es6-promise@4.1.1 /usr/lib/node_modules/es6-promise

How to remove es6-promise package :

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

$ sudo npm uninstall es6-promise

Basic Information of es6-promise NPM Package:

Package Name es6-promise
Version 4.1.1
Description A lightweight library that provides tools for organizing asynchronous code
Released Date 2017-06-28T16:32:14.087Z
Published by stefanpenner
How to Learn https://www.npmjs.com/package/es6-promise/tutorial