jspm : Registry and format agnostic JavaScript package manager. You can installing jspm 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 jspm $ sudo npm install -g jspm
If want to update the jspm package execute the command as below,
$ sudo npm update jspm
Update package globally,
$ npm install -g jspm
$ sudo git clone https://github.com/rektide/jspm.git
$ sudo npm install -g ./jspm
jspm@0.16.53 /usr/lib/node_modules/jspm
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jspm
Package Name | jspm |
Version | 0.16.53 |
Description | Registry and format agnostic JavaScript package manager |
Released Date | 2017-03-16T11:44:56.130Z |
Published by | guybedford |
How to Learn | https://www.npmjs.com/package/jspm/tutorial |