How to Install query-string NPM Packages on Ubuntu / Debian

How to Install query-string software package in NPM Packages

query-string : Parse and stringify URL query strings. You can installing query-string 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 query-string
$ sudo npm install -g query-string

If want to update the query-string package execute the command as below,

$ sudo npm update query-string

Update package globally,

$ npm install -g query-string

Git clone:

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

query-string@5.0.1 /usr/lib/node_modules/query-string

How to remove query-string package :

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

$ sudo npm uninstall query-string

Basic Information of query-string NPM Package:

Package Name query-string
Version 5.0.1
Description Parse and stringify URL query strings
Released Date 2017-10-24T09:38:08.359Z
Published by sindresorhus
How to Learn https://www.npmjs.com/package/query-string/tutorial