How to Install jquery-ui NPM Packages on Ubuntu / Debian

How to Install jquery-ui software package in NPM Packages

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

Git clone:

$ 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

How to remove jquery-ui package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall jquery-ui

Basic Information of jquery-ui NPM Package:

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