-2
I’m trying to run a project, but the same one gives several errors without python, ok, I installed:
npm install --global windows-build-tools
also tried:
npm install --global --production [email protected]
uninstalled any python from my pc and restarted, but while running it still hangs on :
I tried to run all commands by Vscode in administrator mode and the Powershell administrator, none works, tried to restart the PC, and none of it worked, until I reinstalled the Node and it didn’t work
I tried to install python manually and set it inside the project, pro NPM Install to be successful in the project, but still did not succeed, I do not know what else to do
After installing python it spends some time on this line processing the python installation part. Wait until the completion.
– Augusto Vasques
But how long? I left like 2hrs and n left
– jhonfk
If installed, aborted and reinstalled several times may have corrupted the system. See the accelerated gif on that page, He stays on that line for a while.
– Augusto Vasques
In the -- Visual Studio Building Tools --- field is below: Still Waiting for log installer
– jhonfk
Have you tried for the chocolately?
choco install visualstudio2019buildtools
PS: You have to do manual reboot after installation is finished.– Augusto Vasques
Has fur Yarn,
yarn global add windows-build-tools
– Augusto Vasques