es6-object-assign : ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill. You can installing es6-object-assign 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-object-assign $ sudo npm install -g es6-object-assign
If want to update the es6-object-assign package execute the command as below,
$ sudo npm update es6-object-assign
Update package globally,
$ npm install -g es6-object-assign
$ sudo git clone https://github.com/rektide/es6-object-assign.git
$ sudo npm install -g ./es6-object-assign
es6-object-assign@1.1.0 /usr/lib/node_modules/es6-object-assign
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es6-object-assign
Package Name | es6-object-assign |
Version | 1.1.0 |
Description | ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill |
Released Date | 2017-03-18T20:38:03.729Z |
Published by | rubennorte |
How to Learn | https://www.npmjs.com/package/es6-object-assign/tutorial |