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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 5.4.x
Cross-platform modules: 5.4.2
Android Runtime: 5.4.0
iOS Runtime:
Plugin(s):
NativeScript-Angular: 8.0.1
Angular: 8.0.0
Describe the bug
Angular 8+ depends on zone.js@^0.9.1 but nativescript-angular wants zone.js@^0.8.4.
To Reproduce
On a nativescript-angular 8.0.1 project -> Run: npm ls
npm WARN [email protected] requires a peer of zone.js@^0.8.4 but none is installed. You must install peer dependencies yourself.
Expected behavior
No warning about peer dependency.
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Angular 8+ depends on zone.js@^0.9.1 but nativescript-angular wants zone.js@^0.8.4.
To Reproduce
On a nativescript-angular 8.0.1 project -> Run: npm ls
Expected behavior
No warning about peer dependency.
The text was updated successfully, but these errors were encountered: