Created
July 17, 2013 12:54
-
-
Save jeppeburchardt/6020327 to your computer and use it in GitHub Desktop.
node gyp msbuild misssing registry warning MSB8003: Could not find WindowsSDKDir variable from the registry. TargetFrameworkVersion or PlatformToolset may be set to an invalid version number
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call "C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\Setenv.cmd" /Release /x86 | |
call "C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\Setenv.cmd" /Release /x64 |
I am working on Windows 8 and having same issue. Tried installing Windows SDK. Checked the folder path as mentioned above but it does not have setenv.cmd file at all. Please suggest
I'm here with the same issue, but windows 10.
SDK which I downloaded and installed is:
https://dev.windows.com/en-us/downloads/windows-10-sdk
unfortunately, i don't have a bin folder under "C:\Program Files\Microsoft SDKs\Windows\v7.1\
And I dont have Setenv.cmd...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GIANT Thanks! You've finished my ~6 hrs googling spree. I wish found solutions like this instantly :)