How to Install soup NPM Packages on Ubuntu / Debian

How to Install soup software package in NPM Packages

soup : Query and manipulate raw markup via CSS selectors, without losing original formatting. You can installing soup 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 soup
$ sudo npm install -g soup

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

$ sudo npm update soup

Update package globally,

$ npm install -g soup

Git clone:

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

soup@0.1.5 /usr/lib/node_modules/soup

How to remove soup package :

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

$ sudo npm uninstall soup

Basic Information of soup NPM Package:

Package Name soup
Version 0.1.5
Description Query and manipulate raw markup via CSS selectors, without losing original formatting
Released Date 2015-11-02T18:20:38.647Z
Published by callumlocke
How to Learn https://www.npmjs.com/package/soup/tutorial