-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
NMP install broken #335
Comments
What about |
From the log it looks like npm believes it has a bug. You might report it to npm group as well. |
Can you try to remove npm cache ( |
Closing. Please re-open if you think it's a testacular issue. |
@rahmat-budiharso What version of node are you running? Try updating to 10.2. |
Yep, there was a bug in NPM that has been fixed in 0.10.2 |
I have npm 1.2.15, but I manage to solve this by installing ws module version 0.4.24 $ npm install -g [email protected] |
@rahmat-budiharso @vizion123mix what is the error ? The outputs you sent didn't contain any error... at least I don't see it... |
The error happens before I installed ws version 0.4.24, it looks like ws 0.4.25 has some problem. When I try to install karma, it installing ws 0.4.25 as dependency, but that failed, so I manually install ws 0.4.24 which is fine and then continued with installing karma again which runs fine with ws already installed. So I presume ws 0.4.25 has its own problem :) |
I think that might be related to websockets/ws#178 |
I think it might be, however after reading rahmat's comment,
In regards to vojtajina comment. I think ws is included as a dependency in the new karma build. I had no issues with my node installation. |
ws is a dependency of socket.io, it's dependency as any other (but it On Thu, Apr 18, 2013 at 6:01 PM, Rene Robles [email protected]:
|
Latest version of Testacular install is broken - it looks like Socket.io-client is breaking it:
The text was updated successfully, but these errors were encountered: