enhanced-resolve : Offers a async require.resolve function. Its highly configurable.. You can installing enhanced-resolve 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 enhanced-resolve $ sudo npm install -g enhanced-resolve
If want to update the enhanced-resolve package execute the command as below,
$ sudo npm update enhanced-resolve
Update package globally,
$ npm install -g enhanced-resolve
$ sudo git clone https://github.com/rektide/enhanced-resolve.git
$ sudo npm install -g ./enhanced-resolve
enhanced-resolve@3.4.1 /usr/lib/node_modules/enhanced-resolve
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall enhanced-resolve
Package Name | enhanced-resolve |
Version | 3.4.1 |
Description | Offers a async require.resolve function. Its highly configurable. |
Released Date | 2017-07-24T12:34:32.659Z |
Published by | sokra |
How to Learn | https://www.npmjs.com/package/enhanced-resolve/tutorial |