-
Notifications
You must be signed in to change notification settings - Fork 121
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
node-thrust fails to install on Windows 8.1 (64 bit) #227
Comments
I get the same error on Windows 7 (64 bit). |
Just for fun, it also fails to install on 64 bit Vista and Windows 10 preview. I guess the npm package is for 32 bit Windows only. |
@spolu we should mention. In the read me that we only have prebuilt
|
@tanderberg @luffs if you download directly the release, does it launch properly: |
I believe that installing winzip or any other provider of the |
Opened breach/node-thrust#7 |
After extracting thrust-v0.7.5-win32-ia32.zip, npm exclaims:
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:1001:11)
at Process.ChildProcess._handle.onexit (child_process.js:792:34)
npm ERR! node-thrust@0.7.5 postinstall:
node scripts/bootstrap.js
npm ERR! Exit status 8
The text was updated successfully, but these errors were encountered: