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 warnings I currently get when using Angular 5:
npm WARN [email protected] requires a peer of @angular/common@^4.4.6 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/compiler@^4.4.6 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/core@^4.4.6 but none is installed. You must install peer dependencies yourself.
We've been using with Angular 5 without issue (though the websocket usage is by no means exhaustive).
The text was updated successfully, but these errors were encountered:
Any chance we could get the Angular peer dependencies upped to build with Angular 5+ without npm warnings?
Maybe something like:
These are the warnings I currently get when using Angular 5:
We've been using with Angular 5 without issue (though the websocket usage is by no means exhaustive).
The text was updated successfully, but these errors were encountered: