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
Currently, node-gyp in Windows need VS for working, but I have MSYS2 with GCC and don't want to install another C compiler. In #1240 , the only solution is use MSYS2 version of Node and Python, which means Windows version of Python should be dropped. what should I do if I want to use node-gyp in Windows with Windows version of Node and Python and MSYS2 GCC? (idk is patch by @smaudet finished)