pug-runtime : The runtime components for the pug templating language. You can installing pug-runtime 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-runtime $ sudo npm install -g pug-runtime
If want to update the pug-runtime package execute the command as below,
$ sudo npm update pug-runtime
Update package globally,
$ npm install -g pug-runtime
$ sudo git clone https://github.com/rektide/pug-runtime.git
$ sudo npm install -g ./pug-runtime
pug-runtime@2.0.3 /usr/lib/node_modules/pug-runtime
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pug-runtime
| Package Name | pug-runtime |
| Version | 2.0.3 |
| Description | The runtime components for the pug templating language |
| Released Date | 2017-01-24T01:07:19.328Z |
| Published by | forbeslindesay |
| How to Learn | https://www.npmjs.com/package/pug-runtime/tutorial |