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

Karma version not updated with socket.io dep update #2798

Closed
guilhermejcgois opened this issue Aug 4, 2017 · 6 comments
Closed

Karma version not updated with socket.io dep update #2798

guilhermejcgois opened this issue Aug 4, 2017 · 6 comments

Comments

@guilhermejcgois
Copy link

Expected behaviour

With the merge #2744, the patch version was incremented, and npm install karma retrieve karma with updated socket.io package version (1.7.4).

Actual behaviour

Patch version of karma steals on 1.7.0. When doing npm install karma the socket.io merge steals the previous (1.7.3)

Environment Details

  • Karma version (output of karma --version): 1.7.0
  • Relevant part of your karma.config.js file (not relevant)

Steps to reproduce the behaviour

npm install karma
less node_modules/karma/package.json | grep socket.io
# "socket.io": "1.7.3",
@guilhermejcgois
Copy link
Author

When running karma, I'm getting the error mentioned in #2593.

@guilhermejcgois guilhermejcgois changed the title Karma version not updated with ws dep update Karma version not updated with socket.io dep update Aug 4, 2017
@kevinsalter
Copy link

Looks related to #2777 as well

@EzraBrooks
Copy link
Collaborator

This is a major issue. My project can't run any of our unit tests.

@skylarjhdownes
Copy link

#2880 ought to fix this issue.

@EzraBrooks
Copy link
Collaborator

A fresh install still yields the same error.

@EzraBrooks
Copy link
Collaborator

[email protected] on npm appears to be corrupt. Once it has been fixed, this issue should be as well. Please forward discussion to #2827.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants