I have seen the similar questions regarding other dependencies, but was unable to apply them to my case (they usually said to uninstall and reinstall newest version, or to install something that was missing. I have globally installed
@angular/[email protected]
[email protected]
[email protected]
I am trying to create a nativeScript app (first time) using "tns create myApp", it results in dependency error
While resolving: @nativescript/[email protected] //or any other template
Could not resolve dependency:
peer zone.js@"~0.10.3" from @angular/[email protected]
node_modules/@angular/core
@angular/core@"~11.0.0" from the root project
peer @angular/core@"11.0.3" from @angular/[email protected]
node_modules/@angular/animations
@angular/animations@"~11.0.0" from the root project
everything is in it's latest version, and I do have the core installed, how can this be resolved? p.s. --force and --legacy-peer-deps changes nothing
Thank you in advance