systemjs : Dynamic ES module loader. You can installing systemjs 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 systemjs $ sudo npm install -g systemjs
If want to update the systemjs package execute the command as below,
$ sudo npm update systemjs
Update package globally,
$ npm install -g systemjs
$ sudo git clone https://github.com/rektide/systemjs.git
$ sudo npm install -g ./systemjs
systemjs@0.20.19 /usr/lib/node_modules/systemjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall systemjs
| Package Name | systemjs |
| Version | 0.20.19 |
| Description | Dynamic ES module loader |
| Released Date | 2017-09-18T12:54:10.141Z |
| Published by | guybedford |
| How to Learn | https://www.npmjs.com/package/systemjs/tutorial |