webpack-contrib / jshint-loader

[DEPRECATED] jshint loader for webpack, please migrate on `eslint`
MIT License
67 stars 37 forks source link

Updated Readme.md for npm package command #29

Closed nikhilknoldus closed 7 years ago

nikhilknoldus commented 7 years ago

Added npm install command for installing the package, if user do not does so, it shoes an error while running webpack command, says: jshit module can not be found.

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here) Shows error when application runs, says jshit module can not be found.

What is the new behavior?

It does not show such error.

Does this PR introduce a breaking change?

If this PR contains a breaking change, please describe the following...

Other information:

jsf-clabot commented 7 years ago

CLA assistant check
All committers have signed the CLA.

nikhilknoldus commented 7 years ago

Hi @sokra can you please have a look. Thanks !!

kostasmanionis commented 7 years ago

Closing in favor of https://github.com/webpack/jshint-loader/pull/31