Error: TypeError: ‘process.env’ only accepts a configurable whileinstall windows-build-tools
I had the exact same problem. First I tried to do npm install –global –production [email protected] but didn’t work then npm config set msvs_version 2022 but still didn’t work. Finally I tried to download node version 17.9.1 and retried the command and it worked!! So here are the steps: Step 1: uninstall Node version 18.12 … Read more