windows-build-tools icon indicating copy to clipboard operation
windows-build-tools copied to clipboard

Not recognizing VS Build Tools 2017 and hanging on "still waiting on installer log file"

Open Infinitay opened this issue 4 years ago • 6 comments
trafficstars

windows-build-tool does not seem to be properly recognizing VS Build Tools 2017 whether I manually install it or let the tool do its thing. I believe this is because of the log file name change. I think this could be resolved with the current PR #248. When looking at my %temp% directory, I also see files such as dd_installer_20210504174139.log or dd_installer_elevated_20210504171150.logbut notdd_client`.

OS: Windows 10 Pro - Version 20H2 Build 19042.964 Node: v16.1.0 windows-build-tools: v5.2.2 (latest according to npm) Command: npm install -g windows-build-tools

Infinitay avatar May 04 '21 22:05 Infinitay

Perhaps if anything there should be a fallback check to the previous dd_client_#####.log file just in case. I've seen other issues opened up regarding this same issue. Personally, I attempted the listed solutions to no avail. I would try this PR but I can't get it to install locally.

Infinitay avatar May 04 '21 22:05 Infinitay

I have the same problems. node version = 14.16.1

image

jonnathanvb avatar May 05 '21 13:05 jonnathanvb

I have the same problem too, node version:12.0.0 image

mehrdad-helmi avatar May 06 '21 00:05 mehrdad-helmi

I do too with node v12.19.0 and also with node v14.16.1

HunteRoi avatar May 10 '21 15:05 HunteRoi

windows-build-tool does not seem to be properly recognizing VS Build Tools 2017 whether I manually install it or let the tool do its thing. I believe this is because of the log file name change. I think this could be resolved with the current PR #248. When looking at my %temp% directory, I also see files such as dd_installer_20210504174139.log or dd_installer_elevated_20210504171150.logbut notdd_client`.

OS: Windows 10 Pro - Version 20H2 Build 19042.964 Node: v16.1.0 windows-build-tools: v5.2.2 (latest according to npm) Command: npm install -g windows-build-tools

i use npm install --global --production windows-build-tools --vs2015 success OS: windows 20H2 Node: v12.14.1

jiazhengwen avatar May 11 '21 09:05 jiazhengwen

i use npm install --global --production windows-build-tools --vs2015 success OS: windows 20H2 Node: v12.14.1

it worked!!

TomasScalbi47 avatar Jun 01 '21 17:06 TomasScalbi47