-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Update version of zone.js for Angular 4.0.0-rc.4 #5480
Comments
While I updated to "zone.js": "^0.8.4". issue looks resolved. |
See #5432 for why frequency is critical (it breaks unit tests). |
Hi. @angular/[email protected] requires a peer of zone.js@^0.8.4 but none was installed. |
@shijilesh Try this: npm install zone.js@^0.8.4 |
i tried npm install zone.js@^0.8.4 and also .5 but am getting error as invalid |
On my end, it was already installed but it didn't want to update since my company is blocking the node_modules/zone.js/package.json "repository": {
"type": "https",
"url": "https://github.com/angular/zone.js.git"
}, |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
Create a new project
ng new foo --ng4
Ensure version of @angular/core
npm ls @angular/core
The log given by the failure.
Desired functionality.
Update the version of zone.js to the version above for apps created using Angular 4.0.0-rc.4 or later.
The text was updated successfully, but these errors were encountered: