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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aurelia-polyfills
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 |