How to Install jquery NPM Packages on Ubuntu / Debian

How to Install jquery software package in NPM Packages

jquery : JavaScript library for DOM operations. You can installing jquery 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
$ sudo npm install -g jquery

If want to update the jquery package execute the command as below,

$ sudo npm update jquery

Update package globally,

$ npm install -g jquery

Git clone:

$ sudo  git clone https://github.com/rektide/jquery.git
$ sudo  npm install -g ./jquery

jquery@3.2.1 /usr/lib/node_modules/jquery

How to remove jquery package :

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

$ sudo npm uninstall jquery

Basic Information of jquery NPM Package:

Package Name jquery
Version 3.2.1
Description JavaScript library for DOM operations
Released Date 2017-03-20T19:02:13.508Z
Published by timmywil
How to Learn https://www.npmjs.com/package/jquery/tutorial