Bug/request -- according to the releases, the latest artifact is 2.0.0-beta.11 but the NPM indicates beta.10 is latest available (i.e., there's no 2.0.0-beta.11).
I get the error below when I try to use @angular/[email protected]:
npm ERR! notarget No compatible version found: @angular/[email protected]
npm ERR! notarget Valid install targets:
npm ERR! notarget 2.0.0-rc.1, 2.0.0-beta.10-4905443, 2.0.0-beta.10, 2.0.0-beta.9, 2.0.0-beta.8, 2.0.0-beta.7, 2.0.0-beta.5, 2.0.0-beta.4, 2.0.0-beta.3, 2.0.0-beta.1, 2.0.0-beta.0
Angular 5, Material 5, Linux, TypeScript 2.4.2
@JanStureNielsen Did you have a warning for peer dependencies when upgrading to angular 5?
@gzamb -- I'm now using @angular/[email protected] in my Angular 5, Angular Material 5, and Angular CLI 1.5 based application; there are no related warnings.
really? in package.json, angular dependencies is ~4.4.4.
I've tried to use "@angular/flex-layout": "2.0.0-beta.11" and there's no npm package with that version, there's 2.0.0-beta.10-4905443 which I think it's beta.11 with a wrong version published.
i think duplicate with #344
Hi @krag-123 -- this doesn't appear to be a duplicate of #344 but it's related. This issue is about either beta.11 not being published, or the release notes being wrong by mentioning beta.11 instead of rc.1. Since #344 indicates that rc.1 is actually beta.6, it appears beta.11 not being published is the problem. I have focused this issues title and description accordingly. So, until beta.11 is published your best bet is likely beta.10 for Angular 5 support.
Duplicate of #489
I was experiencing the same issue until I updated both npm and node. My current version of npm is 5.5.1 and node is v8.9.1. I executed npm update and only then did I see @angular/[email protected] and was able to install it. Prior to that is was some version of beta 10. *note: That I am dead in the water because I also updated to Angular 5.0 and flex-layout is not compatible.
I ended up using 2.0.0-beta.10-4905443 version and while I still get warnings my app works okay with Angular 5 and Material 5. Only change I had to make was to my login form that seems to have shrunk a bit (I think this was more a Material 5 issue than anything). Will await the next release which hopefully will give no warnings
Ahh, indeed, @prismsoundzero -- closing this as duplicate of #489.
@JanStureNielsen how is this possible? I checked the releases, there was no 2.0.0-rc.1. Yet, it installs? (confused). But with warnings:
```bash
warning " > @angular/[email protected]" has incorrect peer dependency "@angular/common@^2.2.3".
warning " > @angular/[email protected]" has incorrect peer dependency "@angular/core@^2.2.3".
warning " > @angular/[email protected]" has incorrect peer dependency "zone.js@^0.7.2".
````
I believe rc.1 was released around the time of beta.9 but got renamed to beta.9
rc.1 is not the latest version, it is actually an old version.
@6zz @YeomansIII -- see above comments: rc.1 was renamed beta.6 according to #344, so latest currently published artifact is beta.10. For Angular 5 support, you will need beta.10 (or better when available).
thanks
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._
Most helpful comment
Hi @krag-123 -- this doesn't appear to be a duplicate of #344 but it's related. This issue is about either
beta.11not being published, or the release notes being wrong by mentioningbeta.11instead ofrc.1. Since #344 indicates thatrc.1is actuallybeta.6, it appearsbeta.11not being published is the problem. I have focused this issues title and description accordingly. So, untilbeta.11is published your best bet is likelybeta.10for Angular 5 support.