-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
Docs on registerTransformStream needs to be renamed to queueTransformStream #838
Comments
Epherm225
referenced
this issue
in yeoman/yeoman
Mar 22, 2022
Thanks. |
AH! Yeah I also used It has been found to be wrong for several hours, but all the existing network data indicate that it should be used in this way. |
The changes are live on https://yeoman.io/authoring/file-system. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using
[email protected]
When trying to use
this.registerTransformStream
, I gotthis.registerTransformStream is not a function
https://yeoman.io/authoring/file-system.html#transform-output-files-through-streams
Looking at the node_modules, registerTransformStream does not exist, it has
queueTransformStream
E.g.
The text was updated successfully, but these errors were encountered: