-
Notifications
You must be signed in to change notification settings - Fork 12k
beta-23: ngCompiler.ReflectorHost is not a constructor (again) #3587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Closing this as beta 23 is not released. Experimental builds are not released. |
@hansl It's in the changelog and |
I unpublished it. The CHANGELOG is always a bit premature when a beta fails. |
And the point of making a new version, if we're not supposed to use it is what? And how do we know the difference between "experimental" beta and "not experimental" beta? |
@jtsom we're supposed to use it once it's released, and "non-experimental" == released == published on npm. this one got published before it should've, but clearly that was just a mistake. |
Well, when it's under the "Releases" link of the repo, and when you click on it, it's label "Verified".. it looks like it should be a released version to me. I'm not knocking the "experimental" procedure, it just needs to be more clear. Given all the moving pieces that make up the ecosystem (Angular itself, the CLI, Typescript, and all their dependencies), it's difficult at best to make sure you are the right versions of everything. As of now, we can't even use the latest version of Angular with the "released" CLI - nevermind Typescript... And how will we know when this "verified", "not released", "experimental" version is actually released and ready to use? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Windows 10
Node 6.9.1
NPM 3.10.8
Versions.
1.0.0-beta.23
Repro steps.
The log given by the failure.
Mention any other details that might be useful.
according to #3501, #3367, et. al. this is an angular 2.3.x incompatibility. #3569 made me assume this was resolved (2.3.1 was installed after re-running
ng init
), but apparently it hasn't. Downgrading angular to 2.2.x without downgrading cli results in: (also per #3569)As such, my project cannot run with beta-23 at all and I'm having to downgrade.
The text was updated successfully, but these errors were encountered: