-
Notifications
You must be signed in to change notification settings - Fork 24
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
Couldn't install via npm on win x64 #73
Comments
Update: When I got rid of the || since powershell doesn't support that and just tried to npm install locally. Effectively, it's now running Building in VS17 went fine & succeeded. I began to get these errors as well:
It seems related to my node version. I want to compile it to use Node 12.x. I noticed the docs are outdated and mentioned some UserMacro -> NodeVersion I could change but I couldn't find that anywhere. |
Node 12 has some changes in the ABI, which were breaking builds. I've opened a #74 with some fixes which ought to get node-gyp working again. Alternately, you can run from my prebuilt fork by specifying |
I use with Node 10, still get the same error. EDIT: Where should I put fork in package.json? |
This works as of 7/27/2020
Used yarn install after adding "robot-js": "github:p120ph37/robot-js#prebuilt" to the dependencies.
|
Yeah, I updated my fork and prebuilt binaries a couple weeks ago. |
I ran this:
Error:
Env
The text was updated successfully, but these errors were encountered: