-
Notifications
You must be signed in to change notification settings - Fork 17
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
JSONStream or jsonstream? #7
Comments
Even |
Oh, I'm running |
I'm having the same problem installing
|
Same problem here when I run
|
I got my install working with the following up-front
These all have the same issue introduced with the JSONStream/jsonstream case conflict introduced in the last 2 hours. |
Two hours ago, our build broke:
|
Yeah this broke things when installing "browserify@^9.0.8" Basically there's no |
I'm getting the same issue as Ixe but when installing |
Just ran into the same issue with my build:
|
This is an npm bug. It would be best if people raised these issues on npm, not here. |
Please work around it until the npm bug is fixed! It was a code change here that caused the error to be thrown. |
Reverting this change fully resolves the issue. |
Understand the npm issue (browserify/browserify#1247), but this change shouldn't have happened until it was resolved. |
Please revert until npm resolves its issue |
Resolved by 2258e66 |
This is all clear now! |
take a look at this beautiful error message when I run
npm install browserify
:I get this running Mac OS X (which is case-insensitive).
I think NPM is confusing JSONSteam with jsonstream. Which, to be fair is a little confusing to myself :)
The text was updated successfully, but these errors were encountered: