Flex-layout: Can't install with Angular 4.0.2

Created on 14 Apr 2017  路  5Comments  路  Source: angular/flex-layout

Hi there,

seems i've got some issues installing flex-layout with Angular 4.0.2

When I do an npm installwith @angular/[email protected] in my package.json, I get the following errors:

npm WARN @angular/[email protected] requires a peer of @angular/common@^2.3.5 but none was installed.
npm WARN @angular/[email protected] requires a peer of @angular/core@^2.3.5 but none was installed.
npm WARN @angular/[email protected] requires a peer of zone.js@^0.7.2 but none was installed.

Well, this seems just being warnings, and maybe it got installed, but this can't be true. I have a fresh Angular project with current versions of @angular/common (4.0.2), @angular/core (4.0.2) and zone.js (0.8.5)

An ng serve starts the project just fine, but I really want to get rid of those warnings. Is there any way?

When I perform an npm ls there are those warnings again (Unmet Peer Dependency):

npm ERR! peer dep missing: @angular/common@^2.3.5, required by @angular/[email protected]
npm ERR! peer dep missing: @angular/core@^2.3.5, required by @angular/[email protected]
npm ERR! peer dep missing: zone.js@^0.7.2, required by @angular/[email protected]
has pr

Most helpful comment

@ethanmick - the merge to master should happen today or beginning of next week. Beta.8 should be released next Thursday.

All 5 comments

Refs #255

Will there be a version bump shortly after? We are waiting on this package to be updated to Angular 4 before we update everything.

Thanks!

@ethanmick - the merge to master should happen today or beginning of next week. Beta.8 should be released next Thursday.

Fixed SHA fed87fa53850a873d2ed2b398eb3a5260a6b3e98.

And now available in @angular/flex-layout Beta.8 on npm.

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings