swagger-ui : [](http://badge.fury.io/js/swagger-ui). You can installing swagger-ui 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 swagger-ui $ sudo npm install -g swagger-ui
If want to update the swagger-ui package execute the command as below,
$ sudo npm update swagger-ui
Update package globally,
$ npm install -g swagger-ui
$ sudo git clone https://github.com/rektide/swagger-ui.git
$ sudo npm install -g ./swagger-ui
swagger-ui@3.5.0 /usr/lib/node_modules/swagger-ui
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall swagger-ui
| Package Name | swagger-ui |
| Version | 3.5.0 |
| Description | [](http://badge.fury.io/js/swagger-ui) |
| Released Date | 2017-11-23T19:07:57.109Z |
| Published by | swagger-api |
| How to Learn | https://www.npmjs.com/package/swagger-ui/tutorial |