I am getting this error using node-pre-gyp-github version 1.4.3:
(node:23711) UnhandledPromiseRejectionWarning: HttpError: {"message":"Not Found","documentation_url":"https://developer.github.com/v3/repos/releases/#list-releases-for-a-repository"}
at response.text.then.message (/Users/coryisaacson/git/rtip-rs/flatbuffer-idl-parser-js/node_modules/node-pre-gyp-github/node_modules/@octokit/rest/lib/request/request.js:72:19)
at process._tickCallback (internal/process/next_tick.js:68:7)
I saw this was an issue with an earlier release but I'm getting it now with this one. I am installed @octokit/rest": "^16.35.2 to ensure I have the latest.
Any recommendations appreciated. I have a valid github token and the repo is definitely valid too.
I am getting this error using
node-pre-gyp-githubversion 1.4.3:I saw this was an issue with an earlier release but I'm getting it now with this one. I am installed
@octokit/rest": "^16.35.2to ensure I have the latest.Any recommendations appreciated. I have a valid github token and the repo is definitely valid too.