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 this with node-gyp 8.3.0, which presumably has the patch from PR #124 to fix this.
gyp info it worked if it ends with ok
gyp info using node-gyp@8.3.0
gyp info using node@16.13.0 | win32 | x64
gyp info find Python using Python version 3.10.0 found at "C:\Code\Tools\Python3\python.exe"
gyp ERR! find VS
gyp ERR! find VS msvs_version not set from command line or npm config
gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
gyp ERR! find VS unknown version "undefined" found at "C:\Program Files\Microsoft Visual Studio\2022\Community"
gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use
The text was updated successfully, but these errors were encountered:
- Was not in use.
- Had an indirect dependency on epoll which wanted to run a node-gyp build to produce binaries for Windows 11 but epoll is only designed for linux. Also it used a very old version of node-gyp which had a bug (nodejs/gyp-next#132) that prevented it from finding Visual Studio 2022 installations.
Getting this with node-gyp 8.3.0, which presumably has the patch from PR #124 to fix this.
The text was updated successfully, but these errors were encountered: