Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

fix: schema-utils peer dep warning for webpack 2/3 #577

Merged
merged 2 commits into from
Jun 22, 2018

Conversation

manoldonev
Copy link
Contributor

When tns-creating an app that depends on latest nativescript-dev-webpack you can see the following in the output:

npm WARN schema-utils@0.4.3 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 schema-utils@0.4.5 has the webpack 4 dependency fix.

When tns-creating an app that depends on latest nativescript-dev-webpack you can see the following in the output:
```
npm WARN schema-utils@0.4.3 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 schema-utils@0.4.5 has the webpack 4 dependency fix.
@manoldonev manoldonev self-assigned this Jun 21, 2018
@sis0k0 sis0k0 merged commit afe569d into master Jun 22, 2018
@sis0k0 sis0k0 deleted the mdonev/schema-utils-peer-dep-warning branch June 22, 2018 12:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants