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 installing commands #31

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:

nikhilknoldus commented 7 years ago

Hi @kostasmanionis Please check and let me know if we have to update something else. Thanks !!

nikhilknoldus commented 7 years ago

Hi @kostasmanionis #29 is closed, how about adding this #31 or do we need more changes ?

kostasmanionis commented 7 years ago

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