You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2021. It is now read-only.
We now make the distinction between npm modules and relative modules when they are missing (#34):
ERROR Failed to compile with 3 errors
This dependency was not found:
* not-found in ./test/fixtures/module-errors/index.js
To install it, you can run: npm install --save not-found
These relative modules were not found:
* ./non-existing in ./test/fixtures/module-errors/index.js
* ../non-existing in ./test/fixtures/module-errors/index.js
Remove duplicate modules not found messages (#30, #31):
Sample output:
These modules were not found:
* redux
* react in ./src/file1.js, ./src/file2.js and 2 others
To install them, you can run: npm install --save redux react
Es-lint warnings should now be grouped correctly (showing the hints once) and not show the stacktrace of the eslint loader nor duplicated file information