Closed ryanvgates closed 6 years ago
@ryanvgates see #116. That might solve your problem
Thanks @lolptdr . I have tried to add Variable: IsInstalled = 1
to the log file. However it has not resolved the issue after saving it.
same issue here G:\Projects\middleware\Middleware-UAE [ProductionMove ≡ +4 ~2 -0 !]> npm -g i windows-build-tools@latest > windows-build-tools@3.0.0 postinstall C:\Users\ThunderEmperor\AppData\Roaming\npm\node_modules\windows-build-tools > node ./dist/index.js Downloading BuildTools_Full.exe [> ] 0.0% (0 B/s) Downloaded BuildTools_Full.exe. Saved to C:\Users\ThunderEmperor.windows-build-tools\BuildTools_Full.exe. Starting installation... Launched installers, now waiting for them to finish. This will likely take some time - please be patient! Status from the installers: ---------- Visual Studio Build Tools ---------- [328C:1AB0][2018-06-15T12:27:17]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{a9528995-e130-4501-ae19-bbfaddb779cc}, resume: ARP, restart initiated: No, disable resume: No [05E0:0EC0][2018-06-15T12:27:17]i399: Apply complete, result: 0x0, restart: None, ba requested restart: No ------------------- Python -------------------- Python 2.7.15 is already installed, not installing again.
i already had 2.7 installed on my machine...uninstalled python, installed windows build tools again, worked.
i already had 2.7 installed on my machine...uninstalled python, installed windows build tools again, worked.
Works for me. Thanks!
That fixed it for me as well. I think there should be a notice or something telling users that if you have python 2.7 installed already it won't work
Can this issue be reopened? There is a workaround but the bug still exists
Hey @robianmcd can you post the workaround please? am still facing it for more than 2 weeks.
some issue @robianmcd can you share your workaround plz
as said by @daniellizik,
i already had 2.7 installed on my machine...uninstalled python, installed windows build tools again, worked.
the workaround of uninstalling my existing python 2.7 also worked for me. Surely there is a better way to mitigate this issue...
git@github.com:yunkido/npm.git
npm sucessful
Solved for me check this article https://www.programmersought.com/article/29626541051/
I ran the command
npm install --global --production windows-build-tools
from the Command Prompt as Administrator on Windows.I noticed that it was stuck at this point and pressed Control + C. It prompted me to
Terminate batch job (Y/N)?
I enteredN
but it still terminated.I looked in the log and found the following error.
I noticed another error as well.
How can I fix or work around this error?