-
Notifications
You must be signed in to change notification settings - Fork 45
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
2.5.0 TypeError: this is not a typed array #47
Comments
for node < v4 we need to have something like below instead of directly using Buffer.from
|
I am also getting this error. Could you please tell me when we get the resolve version. |
Thanks for the reports! Will definitely fix this issue. (Thanks @deepakpadukone20 for #48 ) This is a holiday week in the US, so I might not have time to do this right away. |
When can we expect the fix for this to be released ? |
I've just gotten travis set up to test yazl against old versions of node. I should be able to fix this tonight. |
yazl version 2.5.1 is now published. This should resolve all the compatibility issues. Thank you all for your patience! |
We use gulp-zip which uses yazl and a few days ago our build broke because of changes in 2.5.0
Here's the error
I forked gulp-zip and hardcoded yazl to use version 2.4.3 till this is fixed. Hopefully will be fixed soon.
The text was updated successfully, but these errors were encountered: