We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently this module uses readable-stream 2.x and it'd be good to update the dependency to readable-stream 3.x
The text was updated successfully, but these errors were encountered:
When trying to use readable-stream 3.x it gives this error,
Error: Cannot find module 'readable-stream/transform' Require stack: - /usr/share/nodejs/replacestream/index.js - /usr/share/nodejs/gulp-replace/index.js
Sorry, something went wrong.
Changing 'readable-stream/transform' to "readable-stream").Transform should fix this.
No branches or pull requests
Currently this module uses readable-stream 2.x and it'd be good to update the dependency to readable-stream 3.x
The text was updated successfully, but these errors were encountered: