Niklas Wenzel
Results
243
comments of
Niklas Wenzel
Yes, the error message implies there's probably something wrong with the certificate.
> I ended up searching public github repos for examples of correct setups, and what finally allowed it to start working for me was to have the `windowsSign` defined at...
Got this locally after upgrading Python via Homebrew. The fix for me was: 1. `brew upgrade python-setuptools` 2. `rm -rf node_modules` 3. `npm install` Then the build worked.