How to Install regenerator-runtime NPM Packages on Ubuntu / Debian

How to Install regenerator-runtime software package in NPM Packages

regenerator-runtime : Runtime for Regenerator-compiled generator and async functions.. You can installing regenerator-runtime 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 regenerator-runtime
$ sudo npm install -g regenerator-runtime

If want to update the regenerator-runtime package execute the command as below,

$ sudo npm update regenerator-runtime

Update package globally,

$ npm install -g regenerator-runtime

Git clone:

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

regenerator-runtime@0.11.0 /usr/lib/node_modules/regenerator-runtime

How to remove regenerator-runtime package :

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

$ sudo npm uninstall regenerator-runtime

Basic Information of regenerator-runtime NPM Package:

Package Name regenerator-runtime
Version 0.11.0
Description Runtime for Regenerator-compiled generator and async functions.
Released Date 2017-08-15T19:21:58.729Z
Published by benjamn
How to Learn https://www.npmjs.com/package/regenerator-runtime/tutorial