-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Support node 4.x and higher #369
Comments
Aha. To confirm I just ran the (amazingly thorough) test suite and see some of the tests of .xlsx failing on node 4.1 on a clean clone.
and if I comment out tests of xlsb files then get
|
node_modules\xlsx\dist\cpexcel.js:909 To correct you need "mdb = new Buffer(mdl)" to change "mdb = Array(mdl)" |
It appears @fluciotto has a robust fix for this issue as opposed to just commenting out the line as others have. Is this something that you will try to merge into master or should I just use @fluciotto's fork? |
@blakehagen that's fantastic news. I'd prefer to merge, will have time next week. If your work is more urgent, use the other fork, and we can connect in a bit. |
Fixed in 0.8.1, test suite currently runs against node versions 0.8 0.9 0.10 0.12 4.2 5 6 7 If you find any issues where something works in the latest iteration of one node version but not another, it is a bug and please open a new issue. |
Some parts of code are not compatible with node 4.x and higher. Like inappropriate using the Buffer length property which is now readonly. Any possibilities that could be resolved?
The text was updated successfully, but these errors were encountered: