-
Notifications
You must be signed in to change notification settings - Fork 83
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
Outdated dependency bl
causing install failure
#46
Comments
|
works on node 4
|
and theres the rub:
|
This isn't an issue with disc, it's an issue with bl. bl 0.7.0 lists a peerDep of stream-browserify. Latest version of bl (1.0.0) does not have stream-browserify as a peerDep. Indeed, 0.8.0 removed the peerDep. So disc could avoid this warning message by bumping bl to 0.8.0 or newer. |
@jasonkarns thanks for the clarification |
stream-browserify
explicitlybl
causing install failure
fixes hughsk#46 untested
Just ran into this now. A merge would be great! |
Ran into this too while installing gulp-uglify. Dang. |
here's my install failure on v0.12
The text was updated successfully, but these errors were encountered: