How to Install webpack-manifest-plugin NPM Packages on Ubuntu / Debian

How to Install webpack-manifest-plugin software package in NPM Packages

webpack-manifest-plugin : webpack plugin for generating asset manifests. You can installing webpack-manifest-plugin 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 webpack-manifest-plugin
$ sudo npm install -g webpack-manifest-plugin

If want to update the webpack-manifest-plugin package execute the command as below,

$ sudo npm update webpack-manifest-plugin

Update package globally,

$ npm install -g webpack-manifest-plugin

Git clone:

$ sudo  git clone https://github.com/rektide/webpack-manifest-plugin.git
$ sudo  npm install -g ./webpack-manifest-plugin

webpack-manifest-plugin@1.3.2 /usr/lib/node_modules/webpack-manifest-plugin

How to remove webpack-manifest-plugin package :

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

$ sudo npm uninstall webpack-manifest-plugin

Basic Information of webpack-manifest-plugin NPM Package:

Package Name webpack-manifest-plugin
Version 1.3.2
Description webpack plugin for generating asset manifests
Released Date 2017-09-14T12:39:52.622Z
Published by mastilver
How to Learn https://www.npmjs.com/package/webpack-manifest-plugin/tutorial