-
Notifications
You must be signed in to change notification settings - Fork 49
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
fixed incompatibility on node 4.1.0 on windows. #97
base: master
Are you sure you want to change the base?
Conversation
This is not just a windows issue, fairly sure this affects all platforms (certainly keeps breaking for me on osx now that I'm using node 4). |
Same issue with Mac osx Yosemite and Node v5.0.0 |
I get this issue as well. EDIT: opened a new issue #99 since it seems much broader than a minor incompatibility on Windows |
👍 for this issue - it's causing downstream problems with stackgl projects (especially shader-school and webgl-workshop) |
Any reason this hasn't been merged? |
another request please for merging this - hitting the same issue with errors crashing the beefy server running my dev instance |
LGTM |
Yes, is also a problem on mac |
I bootcamp Windows 10 and OS X El Capitan and have this problem on both systems. |
I couldn't run beefy on node 4.1.0 on Windows because of something they changed in
Buffer.concat
. This change resolves the following error: