You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the error in the title, with the following yarn-error.log
I've tried following steps listed in this stack overflow thread where I try to run npm install --global windows-build-tools but that hit's its own set of issues. With VS build tools getting hung up
But, it seems pretty redundant to me as I've already manually installed VS2017 and the latest python.
I ran into this problem today. I fixed it by checking my ~/.npmrc file. There was an empty reference to python3.9: c:/Python39/python= . I just removed it and the error stopped happening.
I still have python=python2.7 in my .npmrc file.
By the way, windows-build-tools doesn't install for me anymore either. I use Chocolatey through powershell as adminstrator instead. Then I just install visual studio and python27 like so: choco upgrade python2 visualstudio2017-workload-vctools
The way I ultimately resolved it was to uninstall node and python and then reinstalled node LFS using the chocolatey option for installing python. I then skipped the npm config set python "C:\Program Files\Python39\python.exe" during configuration step and then it worked.
Getting the error in the title, with the following yarn-error.log
I've tried following steps listed in this stack overflow thread where I try to run
npm install --global windows-build-tools
but that hit's its own set of issues. With VS build tools getting hung upBut, it seems pretty redundant to me as I've already manually installed VS2017 and the latest python.
Several other node-gyp, gulp
General Info
Some of the commands I've been running prior
The text was updated successfully, but these errors were encountered: