-
Notifications
You must be signed in to change notification settings - Fork 570
Failed to Run node-gyp rebuild
Needed for gopherjs test
on Linux
#809
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
Comments
Those steps work for me, but I notice you're using Interestingly, with
I'm assuming you can use something pre |
@myitcv Thank you sir, downgrading the nodejs package version allowed > $ node --version
v9.9.0 |
@norunners I've just pushed up #810 to try and fix this so that GopherJS can be used with Node The build is now running; all looks fine for now, but in the meantime could you perhaps give it a try locally?
Then get Node 10.0.0 installed and follow the instructions as you linked to before: https://github.com/gopherjs/gopherjs/blob/master/doc/syscalls.md#nodejs-on-linux-and-macos. Thanks |
@myitcv Awesome work! After installing your change and upgrading my However, I did see a regression in > $ node --version
v10.0.0 |
More just hacked it to make it work 👍 My C++ is ropey at best. |
Update Node.js version to 10.0.0. CloneElementAt has been deprecated and removed in Node.js 10.0.0. Replace it with Get, which is sufficient here. Fixes #809.
I'm having trouble running
gopherjs test
on my Linux box. It works fine on my Mac after going through the system call setup. https://github.com/gopherjs/gopherjs/blob/master/doc/syscalls.mdFailure output
Test Failure:
Additional Info:
The text was updated successfully, but these errors were encountered: