You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your opts object above is missing a value for the endpoint key, which is actually named 'url'
{url: 'https://api.github.com/'}
When not passed in, gh-got will check for it in your .env file, but this is irrelevant because it is overwritten by what you passed in earlier, which is undefined.
Hi,
I'm working on conventional-github-releaser 3.1.5, and i have the following error:
TypeError: Cannot read property 'replace' of undefined at ghGot (/path/to/project/node_modules/gh-got/index.js:32:58)
In my gulp configuration:
Possible solution
Update gh-got to ^9.0.0 ?
The text was updated successfully, but these errors were encountered: