Closed kevinmehall closed 6 years ago
Also running into this. It seems to be caused by https://github.com/bchr02/node-pre-gyp-github/commit/52e9af0950c72581cc75838185aed630e66af1ee.
A request is made to:
https://github.com/api/v3/repos/<user>/<repo>/releases
This endpoint does not exist.
The correct endpoint according to the GitHub API is:
https://api.github.com/repos/<user>/<repo>/releases
Okay, I’ll go ahead and fix this. Thank you!
Closed by https://github.com/bchr02/node-pre-gyp-github/pull/28. Thanks @Nawaid95
node-usb uses node-pre-gyp-github, and something seems to have broken with the latest release:
It failed on Travis and on AppVeyor, but after pinning the version back to 1.3.1, it successfully published.