jquery-ui : A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.. You can installing jquery-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 jquery-ui $ sudo npm install -g jquery-ui
If want to update the jquery-ui package execute the command as below,
$ sudo npm update jquery-ui
Update package globally,
$ npm install -g jquery-ui
$ sudo git clone https://github.com/rektide/jquery-ui.git
$ sudo npm install -g ./jquery-ui
jquery-ui@1.12.1 /usr/lib/node_modules/jquery-ui
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jquery-ui
| Package Name | jquery-ui |
| Version | 1.12.1 |
| Description | A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. |
| Released Date | 2016-09-14T16:34:20.374Z |
| Published by | scott.gonzalez |
| How to Learn | https://www.npmjs.com/package/jquery-ui/tutorial |