U
U
UserForQuestion2015-03-31 19:21:56
selenium
UserForQuestion, 2015-03-31 19:21:56

Error while installing selenium-webdriver "VCBuild.exe"?

Node.js : v.0.10.36
Python : 2.7.9
Installed .NET Framework 2.0 (SDK)
When installing selenium-webdriver using the command:
npm install selenium-webdriver -g
an error is displayed in the console:
"MSBUILD : error MSB3428: Loading Visual C++ component "VCBuild.exe" is not possible
a. The solutions are: 1) Installing the .NET Framework 2.0 SDK, 2) Installing
Microsoft Visual Studio 2005, or 3) Specifying the address of the component in the system path
if the component is installed elsewhere. :\Users\(user_name)\AppData\Roami
ng\npm\node_modules\selenium-webdriver\node_modules\ws\node_modules\bufferutil\
build\binding.sln]"
Installing .NET Framework 2.0 (SDK) does not help.
Searching the C drive for the file "VCBuild.exe" did not return any results.
Tell me, please, how to solve the problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Tkachenko, 2015-03-31
@UserForQuestion

Here is the answer to your question: user.hashcode.ru/questions/7305/windows-%D0%BE%D1%...

S
SouLFiX, 2017-06-24
@SouLFiX

Just install production windows-build-tools

# as admin
npm install --global --production windows-build-tools

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question