Open bechir opened 4 years ago
I have the same problem. Any luck with a solution?
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
.
https://github.com/sindresorhus/gh-got/blob/a73bca816c09e7655f5f2496e0c4be4e6d204b09/index.js#L12
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 ?