-
Notifications
You must be signed in to change notification settings - Fork 135
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
readable-stream upgrade breaks build #310
Comments
@bergos Please advise. Version range? |
I'm getting the following error when building with n3 version 1.16.3
Here is the snipped from my package-lock.json that contains the "n3" dependencies versions installed
|
This error is caused by a bug in browserify, as mentioned in the readable-stream PR. Create a Even better would be a fix in browserify. The issue is already open for two years. That's why I didn't spend time trying to fix it. But maybe it's worth bringing some attention to it. I just upvoted on the issue. |
Looking at that thread, there does not seem to be consensus that this is a browserify bug. I'm not sure why readable-stream is not using the suggested fix. At any rate, since the upgrade of readable-stream is a breaking change for N3.js + browserify users, perhaps it should be rolled back and instead included in a major version bump. |
I don't think the introduction of a (breaking) bug necessitates a major update. |
I left a comment in the readable-stream issue. I will wait for feedback and create a PR if it's ok for the maintainers of the readable-stream package. |
A new feature version of |
issue resolved, see rdfjs/N3.js#310 (comment)
The latest patch update to N3.js upgraded the readable-stream dependency to 4.0.0. Unfortunately that update to readable-stream seems to include breaking changes, so it probably shouldn't be done in a patch update. In my specific case, browserify no longer builds my project because readable-stream can't find the
process
object:nodejs/readable-stream#496
The text was updated successfully, but these errors were encountered: