How to Install pug-parser NPM Packages on Ubuntu / Debian

How to Install pug-parser software package in NPM Packages

pug-parser : The pug parser (takes an array of tokens and converts it to an abstract syntax tree). You can installing pug-parser 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 pug-parser
$ sudo npm install -g pug-parser

If want to update the pug-parser package execute the command as below,

$ sudo npm update pug-parser

Update package globally,

$ npm install -g pug-parser

Git clone:

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

pug-parser@4.0.0 /usr/lib/node_modules/pug-parser

How to remove pug-parser package :

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

$ sudo npm uninstall pug-parser

Basic Information of pug-parser NPM Package:

Package Name pug-parser
Version 4.0.0
Description The pug parser (takes an array of tokens and converts it to an abstract syntax tree)
Released Date 2017-09-06T15:28:13.416Z
Published by forbeslindesay
How to Learn https://www.npmjs.com/package/pug-parser/tutorial