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
These are the dependencies I have. Here angular/core, common requires a peer dependency of rxjs.
I have also mentioned that as a dependency but still getting a warning.
warning " > @angular/[email protected]" has unmet peer dependency "rxjs@^5.5.0".
warning " > @angular/[email protected]" has unmet peer dependency "rxjs@^5.5.0".
warning " > @angular/[email protected]" has unmet peer dependency "zone.js@^0.8.4".
But works well while installing with npm
What is the expected behaviour?
I think it should not show the warning when dependencies are installed.
Please mention your node.js, yarn and operating system version.
Nodejs : 8.9.1
OS: Ubuntu 17.10
yarn : 1.3.2
The text was updated successfully, but these errors were encountered:
There is a known issue where Yarn is failing to look at the top-level dependencies in package.json when checking for peerDeps. There is a fix being worked on...
Do you want to request a feature or report a bug?
A Bug I guess
What is the current behaviour?
These are the dependencies I have. Here angular/core, common requires a peer dependency of rxjs.
I have also mentioned that as a dependency but still getting a warning.
But works well while installing with npm
What is the expected behaviour?
I think it should not show the warning when dependencies are installed.
Please mention your node.js, yarn and operating system version.
Nodejs : 8.9.1
OS: Ubuntu 17.10
yarn : 1.3.2
The text was updated successfully, but these errors were encountered: