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
I'm not very familiar with yarn 2, but I think same error will remain even if we add webpack into peerDependencies. Because in Nuxt projects webpack is not lists as a direct dependency. webpack is part of @nuxt/webpack module.
On yarn 2 install:
@nuxtjs/amp@npm:0.5.4 doesn't provide webpack (p734a6), requested by raw-loader
As of https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0 the
webpack
dep should be listed inpackage.json
, or is there any reason this cannot be done?The text was updated successfully, but these errors were encountered: