Skip to content
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

VCBuild.exe missing on Windows 7 / 8 #1225

Closed
Fannon opened this issue Apr 26, 2013 · 2 comments
Closed

VCBuild.exe missing on Windows 7 / 8 #1225

Fannon opened this issue Apr 26, 2013 · 2 comments

Comments

@Fannon
Copy link

Fannon commented Apr 26, 2013

Hi there,

I've got the problem that i can't install socket.io globally. It tells me that "VCBuild.exe" cannot be found. Problem with that is, that VCBuild is outdated by years and I had big problems installing it for Windows 8.

C:\Users\Fannon\AppData\Roaming\npm\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws>node "c:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild
C:\Users\Fannon\AppData\Roaming\npm\node_modules\socket.io\node_modules\socket.io-client\node_ modules\ws\build\binding.sln : error MSB3411: Die Visual C++-Komponente "VCBuild.exe" konnte n icht geladen werden. Wenn die Komponente installiert ist, fügen Sie deren Speicherort dem Syst empfad hinzu. Wenn sie nicht installiert ist, 1) installieren Sie entweder das Microsoft Windo ws SDK für Windows Server 2008 und .NET Framework 3.5 oder 2) Microsoft Visual Studio 2008.
C:\Users\Fannon\AppData\Roaming\npm\node_modules\socket.io\node_modules\socket.io-client\node_ modules\ws\build\binding.sln : error MSB3411: Die Visual C++-Komponente "VCBuild.exe" konnte n icht geladen werden. Wenn die Komponente installiert ist, fügen Sie deren Speicherort dem Syst empfad hinzu. Wenn sie nicht installiert ist, 1) installieren Sie entweder das Microsoft Windo ws SDK für Windows Server 2008 und .NET Framework 3.5 oder 2) Microsoft Visual Studio 2008.
[email protected] C:\Users\Fannon\AppData\Roaming\npm\node_modules\socket.io
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected] ([email protected], [email protected], [email protected], [email protected])
@capaj
Copy link
Contributor

capaj commented Apr 27, 2013

I have Windows 8 x64 and the build goes through with just 3 warnings. I have Node.js 0.10.5.
I struggled a bit before, but since I searched around a bit I have it working flawlessly. Just make sure you check these things:
-visual studio installed(express version for windows 8 should suffice, though I have the commercial version)
-run command prompt as Administrator
-if previous won't help, try installing Windows SDK and running the build in Microsoft Windows Server Build environmen(this should be a part of Windows SDK)

@Fannon
Copy link
Author

Fannon commented Apr 27, 2013

Thanks, that worked for me!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants