Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

[Bug] Webpack does not load nested dependencies #197

Open
dobromir-hristov opened this issue Oct 25, 2018 · 0 comments
Open

[Bug] Webpack does not load nested dependencies #197

dobromir-hristov opened this issue Oct 25, 2018 · 0 comments

Comments

@dobromir-hristov
Copy link
Contributor

Software version

OS: Windows
Node: 10.9.0
NPM: 6.1.0
Any other software related to your bug:

What did you get as the error?

Webpack does not bundle properly packages, that have nested dependencies. It uses the first installed one, not looking first into resolving nested node_modules on packages.

This is a common case when two packages have colliding dependencies with incompatible versions.

What were you expecting?

The dependency from the package's node_modules to be loaded. Instead it loads the one that was previously installed.

What steps did you take, to get the error?

Installed vuelidate-error-extractor which has a colliding dependency - get-value with another library from the CLI. That already installed package however is incompatible with the required version from vuelidate-error-extractor thus causing build errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant