This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 158
Webpack 4: incorrect peer dependency #122
Comments
@gustavovnicius |
url-loader 1.0.1 is using schema-utils 0.4.3 which has the dependency "webpack@^2.0.0 || ^3.0.0". Even cleaning the cache the problem is happening. Shouldn't you update to schema-utils 0.4.5? |
@gustavovnicius @evilebottnawi please update schema-utils dep to 0.4.5 which has the webpack 4 dependency fix for:
|
@evilebottnawi @michael-ciniawsky maybe this could be re-opened. thanks. |
@nypinstripes all already updates, just update you deps and lock file |
manoldonev
added a commit
to NativeScript/nativescript-dev-webpack
that referenced
this issue
Jun 21, 2018
When tns-creating an app that depends on latest nativescript-dev-webpack you can see the following in the output: ``` npm WARN [email protected] requires a peer of webpack@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. ``` Based on webpack-contrib/url-loader#122 It seems [email protected] has the webpack 4 dependency fix.
sis0k0
pushed a commit
to NativeScript/nativescript-dev-webpack
that referenced
this issue
Jun 22, 2018
When tns-creating an app that depends on latest nativescript-dev-webpack you can see the following in the output: ``` npm WARN [email protected] requires a peer of webpack@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. ``` Based on webpack-contrib/url-loader#122 It seems [email protected] has the webpack 4 dependency fix.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using
url-loader
with webpack 4 it gives this warning:warning "url-loader > [email protected]" has incorrect peer dependency "webpack@^2.0.0 || ^3.0.0".
It's similar to this one: webpack-contrib/style-loader#307
The text was updated successfully, but these errors were encountered: