This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Discrepancy dev dependencies with NativeScript Angular #1114
Closed
jessorlisa opened this issue
Jan 9, 2020
· 3 comments
· Fixed by #1115, hrueger/nativescript-letter-avatar#26, SchoolSquirrel/nativescript-plugins#31, SchoolSquirrel/nativescript-plugins#32 or hrueger/nativescript-letter-avatar#38
Closed
Discrepancy dev dependencies with NativeScript Angular #1114
jessorlisa opened this issue
Jan 9, 2020
· 3 comments
· Fixed by #1115, hrueger/nativescript-letter-avatar#26, SchoolSquirrel/nativescript-plugins#31, SchoolSquirrel/nativescript-plugins#32 or hrueger/nativescript-letter-avatar#38
Labels
Comments
Hey @jessorlisa , |
5 tasks
Sure, here you go. |
Fix is already available in |
This was referenced Mar 20, 2020
Merged
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
I am working on a NativeScript Angular project and I am confused about the dev dependencies. When I update the dev dependencies a fixed dependency of
@angular/compiler-cli@8.2.0
is addedOutput:
Updating the dev dependencies for @nativescript/angular results in a less strict requirement:
Everything seems to be working fine with the latter.
Describe the solution you'd like
$ ./node_modules/.bin/update-ns-webpack --deps
adds the same dependencies as$ ./node_modules/.bin/update-app-ng-deps
(it does not matter which one).Describe alternatives you've considered
Ignoring the discrepancy ;)
Additional context
The text was updated successfully, but these errors were encountered: