'How can I find versions of NPM modules with specific dependencies - for example, which version of webpack-cli to use with [email protected]?
I've been asked to upgrade a project to use webpack version 4, and I need to upgrade various loaders and so on to the compatible versions.
So far it's been laborious and slow, and I don't know if I'm getting closer to a solution or not.
As I mentioned in the question, I upgraded webpack to version 4.46.0 but now of course need to upgrade webpack-cli (as well as many other libraries). I want to find the highest version of webpack-cli that's compatible with [email protected]. After some trial and error, I found that [email protected] seems to be the correct version (and not [email protected]).
But then of course there are modules that depend on other modules (and so on), which makes figuring out the right versions especially hard.
Are there any automated tools to help with this process?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
