Workaround for eternal problem with node-gyp on Windows

This is super annoying. Reliance on node-gyp on Windows is such a pain! The error description says the it can not find the Python executable, even though it is there. There is a workaround – 2021 SOLUTION Re-Install node-gyp globally – npm install -g node-gyp@latest  Delete node-modules Delete package lock file Reinstall all packages again (pnpm i …