I am trying to install Quick.db, a NPM package for Discord.JS and to install it I need Windows Build Tools.
I tried installing Windows Build Tools using npm -g --add-python-to-path --vs2017 install windows-build-tools node-gyp and I got this error https://pastebin.com/Q9FZrS0G
I thought then maybe it had been successful because at the bottom it read
`+ [email protected]
I then went to install quick.db npm i quick.db and it gave me this error https://pastebin.com/DwfDNNyY . This is what is in the log file 2018-12-15T10_14_21_701Z-debug.log
I've asked around with some fellow developers and the creators of quick.db and none of them know what is the issue.
Thanks in advance!
+1 same here
Could not install Visual Studio Build Tools.
Please find more details in the log files, which can be found at
C:\Users\Zver\.windows-build-tools
Skipping configuration: No configuration for Python or Visual Studio Build Tools required.
TypeError: Cannot read property 'then' of undefined
at install_1.install (C:\Users\Zver\AppData\Roaming\npm\node_modules\windows-build-tools\dist\start.js:19:17)
at launch_1.launchInstaller.then.then.then (C:\Users\Zver\AppData\Roaming\npm\node_modules\windows-build-tools\dist\install\index.js:34:9)
at process._tickCallback (internal/process/next_tick.js:68:7)
+ [email protected]
updated 4 packages in 17.031s
I just got same problem
Could not install Visual Studio Build Tools.
Please find more details in the log files, which can be found at
C:\Users\Tonys\.windows-build-tools
Now configuring Python...
All done!
+ [email protected]
updated 1 package in 54.187s
IS IT INSTALLED OR NOT??
And I also using another way to install , I alread download python2.7.15 and BuildTools_Full.exe in MSbuild folder
npm install -g windows-build-tools --offline-installers="D:\MSbuild"
then got this error confuse me Offline installation: Offline path D:\msbuild was passed, but we could not find python-2.7.15.amd64.msi in that path. Aborting installation now.
Same here, my python installer is there, in the offline-installers path given, but it could not find it. WhY?
Most helpful comment
I just got same problem
IS IT INSTALLED OR NOT??
And I also using another way to install , I alread download python2.7.15 and BuildTools_Full.exe in MSbuild folder
npm install -g windows-build-tools --offline-installers="D:\MSbuild"then got this error confuse me
Offline installation: Offline path D:\msbuild was passed, but we could not find python-2.7.15.amd64.msi in that path. Aborting installation now.