pug-walk : Walk and transform a pug AST. You can installing pug-walk 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-walk $ sudo npm install -g pug-walk
If want to update the pug-walk package execute the command as below,
$ sudo npm update pug-walk
Update package globally,
$ npm install -g pug-walk
$ sudo git clone https://github.com/rektide/pug-walk.git
$ sudo npm install -g ./pug-walk
pug-walk@1.1.5 /usr/lib/node_modules/pug-walk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pug-walk
| Package Name | pug-walk |
| Version | 1.1.5 |
| Description | Walk and transform a pug AST |
| Released Date | 2017-09-06T15:28:13.321Z |
| Published by | forbeslindesay |
| How to Learn | https://www.npmjs.com/package/pug-walk/tutorial |