Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

v1.6.0

Compare
Choose a tag to compare
@geowarin geowarin released this 01 Mar 08:32
· 60 commits to master since this release

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

Thanks @christophehurpeau !