WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Update Angular Dependencies #104

@MichaelMalony

Description

@MichaelMalony

Any chance we could get the Angular peer dependencies upped to build with Angular 5+ without npm warnings?

Maybe something like:

"@angular/common": ">= 4.4.6 <= 5.x.x",
"@angular/compiler": ">= 4.4.6 <= 5.x.x",
"@angular/core": ">= 4.4.6 <= 5.x.x"

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions