Suddenly in one of my jenkins environment build has started failing, while in local machine it seems to be working fine as i have python installed,
From the logs i w
so this happened to me on windows recently. I fix it by following the following steps using a PowerShell with admin privileges:
node_modules
npm install --global windows-build-tools
npm install