Skip to content
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

Closed
Brocco opened this issue Mar 17, 2017 · 7 comments · Fixed by #5486
Closed

Update version of zone.js for Angular 4.0.0-rc.4 #5480

Brocco opened this issue Mar 17, 2017 · 7 comments · Fixed by #5486
Labels
freq4: critical Happens to many users every day P1 Impacts a large percentage of users; if a workaround exists it is partial or overly painful severity2: inconvenient type: bug/fix

Comments

@Brocco
Copy link
Contributor

Brocco commented Mar 17, 2017

Bug Report or Feature Request (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request

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.

<!-- Normally this include a stack trace and some more information. -->
└── UNMET PEER DEPENDENCY zone.js@0.7.8

npm ERR! peer dep missing: zone.js@^0.8.4, required by @angular/core@4.0.0-rc.4

Desired functionality.

Update the version of zone.js to the version above for apps created using Angular 4.0.0-rc.4 or later.

@jvaranam
Copy link

While I updated to "zone.js": "^0.8.4". issue looks resolved.

@filipesilva filipesilva added freq4: critical Happens to many users every day P1 Impacts a large percentage of users; if a workaround exists it is partial or overly painful severity2: inconvenient type: bug/fix labels Mar 18, 2017
@filipesilva
Copy link
Contributor

See #5432 for why frequency is critical (it breaks unit tests).

@shijilesh
Copy link

Hi.
What is the syntax for updating zone.js ?
i tried npm install tsd but didnt worked

@angular/core@4.0.1 requires a peer of zone.js@^0.8.4 but none was installed.

@oanapat
Copy link

oanapat commented Apr 17, 2017

@shijilesh Try this: npm install zone.js@^0.8.4

@jose2007kj
Copy link

i tried npm install zone.js@^0.8.4 and also .5 but am getting error as invalid

@silverkorn
Copy link

On my end, it was already installed but it didn't want to update since my company is blocking the git protocol/port, so I had to change the repository type and URL to https:

node_modules/zone.js/package.json

"repository": {
    "type": "https",
    "url": "https://github.com/angular/zone.js.git"
  },

@angular-automatic-lock-bot
Copy link

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
freq4: critical Happens to many users every day P1 Impacts a large percentage of users; if a workaround exists it is partial or overly painful severity2: inconvenient type: bug/fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants