How to Install aurelia-polyfills NPM Packages on Ubuntu / Debian

How to Install aurelia-polyfills software package in NPM Packages

aurelia-polyfills : The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.. You can installing aurelia-polyfills 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 aurelia-polyfills
$ sudo npm install -g aurelia-polyfills

If want to update the aurelia-polyfills package execute the command as below,

$ sudo npm update aurelia-polyfills

Update package globally,

$ npm install -g aurelia-polyfills

Git clone:

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

aurelia-polyfills@1.2.2 /usr/lib/node_modules/aurelia-polyfills

How to remove aurelia-polyfills package :

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

$ sudo npm uninstall aurelia-polyfills

Basic Information of aurelia-polyfills NPM Package:

Package Name aurelia-polyfills
Version 1.2.2
Description The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.
Released Date 2017-06-30T03:33:57.542Z
Published by aureliaeffect
How to Learn https://www.npmjs.com/package/aurelia-polyfills/tutorial