-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Cannot install on Windows 7 x64 #226
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
Yeah this is a known issue that's not going to be solved because Node64 (on Windows) is fubar. Here's how to install it on 32 bit https://github.com./LearnBoost/node-canvas/wiki/Installation---Windows |
@corysimmons 64-bit node works just fine for me. @Fauntleroy You need to have the 64-bit Windows SDK installed. You also need to make sure to use 64-bit versions of the dependent DLL files. |
node canvas for windows is hella hard. |
everything is hard on windows ;) you opt-into it |
@visionmedia Too poor for Mac and I have to do a lot of production stuff with Photoshop/Illustrator/After Effects, etc. I've installed several flavors of Visual Studio (including C++ 2010), ran through the Windows Installation for cairo (the GTK+ all-in-ones for 32 and 64) and node-gyp on 32-bit and 64-bit nodejs, and have even gotten as far as installing node-canvas (on the 32-bit run), but keep end up getting errors when I try to run nib linear-gradient-image to get those pretty data uri gradients. I'm getting a "has-canvas" error. Is there any way to easily test if I have node-canvas via command line? Or do I have to get into all that test makefile crap? Btw, TJ, do you manage all these things yourself? If so, you're contributing an ungodly amount of stuff. How old are you? @TooTallNate Here's the error I get when try to run it on 64-bit nodejs/GTK
|
@corysimmons You need the 64-bit Windows SDK http://www.microsoft.com/en-us/download/details.aspx?displayLang=en&id=8279. Also, TJ isn't a real person. It's a cyborg. |
@TooTallNate I already tried downloading installing the SDK before posting. Sorry I forgot to mention it. |
I have the same issue on my Windows 7 64bit. Tried everything I can find but still failed. Now I have to use my 32 bit windows virtual machine. |
I was able to resolve this issue by installing the 32-bit Windows MSI build of Node.js and uninstalling the 64-bit version. I'm running Windows 7 x64. |
confirmed, 32-bit nodejs install fixed for me as well |
Fixed for me by switching VC2010 to VC2012, both Express. |
Hey guys, I've posted a solution for this. |
Please see the posted solution, or the updated wiki-page... |
I've tried everything I can to install node-canvas on my Windows machine, but I've hit a brick wall here. Any idea what my issue is?
The text was updated successfully, but these errors were encountered: