surge : CDN for front-end developers. You can installing surge 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 surge $ sudo npm install -g surge
If want to update the surge package execute the command as below,
$ sudo npm update surge
Update package globally,
$ npm install -g surge
$ sudo git clone https://github.com/rektide/surge.git
$ sudo npm install -g ./surge
surge@0.19.0 /usr/lib/node_modules/surge
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall surge
| Package Name | surge |
| Version | 0.19.0 |
| Description | CDN for front-end developers |
| Released Date | 2017-03-17T12:08:01.180Z |
| Published by | sintaxi |
| How to Learn | https://www.npmjs.com/package/surge/tutorial |