I am having trouble when running Npm install. I get the following error:
gyp ERR! stack Error: Command failed: C:\\Users\\userxxx\\AppData\\Local\\Programs\
Two solution we can try in this case
Downgrade Python to 2.x.
2.x.
Install the packages using npm install --ignore-scripts
npm install --ignore-scripts
NOTE: This will cause npm to stop running scripts defined in the package.json