Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

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

Open
Infinitay opened this issue May 4, 2021 · 6 comments

Comments

@Infinitay
Copy link

Infinitay commented May 4, 2021

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
Copy link
Author

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.

@jonnathanvb
Copy link

jonnathanvb commented May 5, 2021

I have the same problems.
node version = 14.16.1

image

@mehrdad-redhat
Copy link

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

@HunteRoi
Copy link

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

@jiazhengwen
Copy link

jiazhengwen commented May 11, 2021

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

@TomasScalbi47
Copy link

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

it worked!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants