-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Build error on Windows 10 - TRK0005: Failed to locate: "CL.exe" #341
Comments
Hello, which version of Visual Studio are you using? Perhaps check you have all the Windows prerequisites for node-gyp. |
I'm using VS Community 2015 and have set GYP_MSVS_VERSION=2015 |
Others are reporting similar experiences when compiling native modules with this combination, so I suspect this problem is not specific to sharp. http://stackoverflow.com/search?tab=newest&q=TRK0005%20%22windows%2010%22 |
Haha! The twitter status. 😆 It finally worked after I manually installed Visual C++ I had originally skipped:
|
Great, glad you got it working. |
It plays nicely with line 402, in SelectVisualStudioVersion
versions = _DetectVisualStudioVersions(version_map[version], 'e' in version)
KeyError: '2015' |
That looks like an error from the Python code in node-gyp. I think you'll need at least node-gyp v2.0.0 for MSVC 2015 support. |
I am using meteor 1.2.1 that comes with node 0.10.40 and npm 1.4.9 using |
Only 64-bit Windows is supported - you'll probably need to ensure you're using the x86_64 version of Meteor. |
Meteor does not have an option for 64-bit installation. It runs 32-bit version of node. Is there any workaround? |
sharp v0.11.4 was the last version to support 32-bit |
Thanks for all the support @lovell! Really appreciate it. |
Whenever I try
npm install sharp
, I get the error:The text was updated successfully, but these errors were encountered: