es6-symbol : ECMAScript 6 Symbol polyfill. You can installing es6-symbol 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-symbol $ sudo npm install -g es6-symbol
If want to update the es6-symbol package execute the command as below,
$ sudo npm update es6-symbol
Update package globally,
$ npm install -g es6-symbol
$ sudo git clone https://github.com/rektide/es6-symbol.git
$ sudo npm install -g ./es6-symbol
es6-symbol@3.1.1 /usr/lib/node_modules/es6-symbol
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall es6-symbol
Package Name | es6-symbol |
Version | 3.1.1 |
Description | ECMAScript 6 Symbol polyfill |
Released Date | 2017-03-15T15:06:01.361Z |
Published by | medikoo |
How to Learn | https://www.npmjs.com/package/es6-symbol/tutorial |