Questions tagged [windows-build-tools]
15 questions
10
votes
1 answer
Installation Hangs after "Successfully installed Python 2.7" while installing production windows-build-tools
Trying to install windows-build-tools using the following command
npm install -g --production windows-build-tools
But seems it hangs after installing python2.7. I have waited for almost 30 minutes but not moving forward. Any solution??
----------…

ANIK ISLAM SHOJIB
- 3,002
- 1
- 27
- 36
5
votes
0 answers
Build tools are installed, still node-gyp build fails
Honestly, this is not the first time I setup windows build tools but it's probably the first time I'm failing and this is driving me crazy.
It's important to say that this is a windows 7 x64 machine.
I've tried to:
Install the build tools using npm…

Lothre1
- 3,523
- 7
- 43
- 64
3
votes
2 answers
yarn failing from a node-gyp bug
I am trying to run yarn --ignore-engines on my project. I am getting this error message:
error C:\Users\Jerome\mono\node_modules\node-sass: Command failed.
Exit code: 1
Command: node scripts/build.js
Arguments:
Directory:…

Jerome
- 734
- 1
- 8
- 28
1
vote
1 answer
error when installing windows-build-tools and nodejsv 18.0.0
With python2.7 and buildtools installed manually. Python is in the path
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb check python checking for Python executable "python2.7" in the…

LeMIT
- 13
- 3
1
vote
0 answers
error MSB4019: Not found the imported project "C:\Microsoft.Cpp.Default.props"
I am trying to execute the command npm install in a project and it gives me this error:
$ npm install
> node-expat@2.3.18 install C:\Users\irodriba\Documents\project\node_modules\node-expat
> node-gyp…
1
vote
1 answer
npm install windows-build-tools on windows
OS - Windows-10
node - v8.12.0
npm - 6.4.1
The command I'm using (run as administrator):
npm install --global --production --verbose windows-build-tools
> windows-build-tools@5.2.2 postinstall…

user4948798
- 1,924
- 4
- 43
- 89
0
votes
0 answers
Downloading installers failed. Error: TypeError: 'process.env' only accepts a configurable, writable, and enumerable data descriptor
I was facing errors when installing better-sqlite3 so I googled and found I need windows build tools, so I ran npm install --global --production windows-build-tools and got this error, I tried the only solution available for this Error: TypeError:…

Cat Warrior
- 13
- 3
0
votes
0 answers
Point unreal RunUAT.bat to a custom VS buildtools only copied to a machine (not installed on a machine)
The main problem I face is that RunUAT will use vswhere to locate all the buildtools installed on a given machine but therefore it will not find the VS buildtools that I just copied (essentially mounted a disk containing them).
Is there any way to…

Matej Briškár
- 599
- 4
- 17
0
votes
2 answers
Scilab 2023 Xcos electrical demo does not work in Windows 10
I've just installed Scilab 2023 in Windows 10 with Visual Studio Buildtools successfully:
--> haveacompiler()
ans =
T
--> findmsvccompiler()
ans =
"Visual Studio Build Tools 2022"
But when I try simulating Electrical Demo in Xcos, RLC,…

Salva
- 1
- 1
0
votes
2 answers
Python package: errors "Microsoft Visual C++ 14.0 or greater is required" & "failed with exit code 2"
I'm trying to install a package on python (pip install basedosdados -U) and I get the following message: error:
Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft Visual
C++ Build Tools":…

Matheus
- 1
- 1
0
votes
0 answers
npm install windows-build-tools through Npm or yarn package manager does not working
No matter which package manager you are going to use, non of which doesn't work, and get stuck in the middle of the installation progress without any error! (picture below)
I tried many ways to solve this, but unfortunately, doesn't work, also this…

Ehsan Sadeghi
- 87
- 12
0
votes
1 answer
Visual studio 2015 SDK and Build Tool Issues
First of all, whenever I try to make a C++ project VS2015 returns "Could not find a suitable SDK to target." Even though I have build tools V141 and SDK 10.0.14393, I have tried repairing almost every component that I think is having an issue and…
0
votes
0 answers
WindowsBuilder was not able to show GUI
I am using Eclipse 2021-06 latest version. I was using windowsbuilder and suddenly it started to show me this error saying:
WindowBuilder encountered unexpected internal error.This could be caused by a WindowBuilder bug or by a misconfiguration…

Rishabh Tiwari
- 33
- 4
0
votes
0 answers
Compiling WebRTC Linux ARM on Windows Host
I spent 2 days trying to compile WebRTC for Raspbery PI.
I'm on Windows host and there is absolutely zero info in internet how to do this.
Linux WebRTC requires to run sysroot installation script. It just fails on windows due to some tar wrong…

Andrey Honich
- 41
- 1
- 4
0
votes
0 answers
ENOENT: no such file or directory \node_modules\install-cmake\bin\cmake'
I'm trying to run npm install but it shows the next message:
It is weird, because I have installed cmake:
All node_modules specify on my packages.json are downloaded except for install-cmake.
All this issues started try to install npm i…

Germán V
- 1