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
Beside not having your last code revision, it also lead to an issue when using current angular version (^11.0.0) and updating with current npm version (7):
because [email protected] wants to install [email protected] which is not compatible (as PeerDependecies) with angular ^11.0.0 ... and make the update fails :/
The text was updated successfully, but these errors were encountered:
Hello hello,
[email protected] has a peerDependency to [email protected] instead of @7.0.4 !!
Beside not having your last code revision, it also lead to an issue when using current angular version (^11.0.0) and updating with current npm version (7):
because [email protected] wants to install [email protected] which is not compatible (as PeerDependecies) with angular ^11.0.0 ... and make the update fails :/
The text was updated successfully, but these errors were encountered: