Home

Issue: 2331

npm dependency problem in v0.10.7

[issue link]

since it is still the latest “release” version, this problem is v0.10.7 should still be applicable

nuxt.js has a dependency on “preload-webpack-plugin”: “^1.2.2”

but that resolves to
https://github.com/GoogleChromeLabs/preload-webpack-plugin/blob/v1.2.3/package.json
which in turn has a peer dependency on webpack 3.x

this results in the yarn error:

error "nuxt#preload-webpack-plugin#webpack@^3.2.0" doesn't satisfy found match of "webpack@2.7.0"

propose releasing a v0.10.8 which changes the nuxt.js dependency

from: "^1.2.2."
to: “1.2.2”

This question is available on Nuxt.js community (#c2035)