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
$ sudo git clone https://github.com/rektide/jquery.git
$ sudo npm install -g ./jquery
jquery@3.2.1 /usr/lib/node_modules/jquery
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jquery
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 |