-
-
Save jeppeburchardt/6020327 to your computer and use it in GitHub Desktop.
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 was lucky to find this bug solution here, i just experience this problem and thankfully this worked:
call "C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\Setenv.cmd" /Release /x86
This did not:
call "C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\Setenv.cmd" /Release /x64
My System:
OS Name: Microsoft Windows 7 Enterprise
OS Version: 6.1.7601 Service Pack 1 Build 7601
OS Manufacturer: Microsoft Corporation
OS Configuration: Standalone Workstation
OS Build Type: Multiprocessor Free
System Model: All Series
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
C:\Users\Void>node -v
v0.12.4
C:\Users\Void>npm -v
2.10.1
Null
GIANT Thanks! You've finished my ~6 hrs googling spree. I wish found solutions like this instantly :)
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...
Still having to do this. Thanks for posting. How to make this change permanent? I have to do this every time. Thanks again
Update: I use cmder so I added the appropriate line from above to the end of my cmder/vendor/init.bat file followed by a cls just to put the cursor at the top. Now it happens automatically when I open my console.