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
I think this issue is linked to new version published for @octokit/request
We started facing this issue from few hours onwards after release of v6.2.4. Any help over here will be great.
/../node_modules/@octokit/core/dist-types/index.d.ts(2,25): error TS7016: Could not find a declaration file for module '@octokit/request'. '/<path>/node_modules/@octokit/request/dist-node/index.js' implicitly has an 'any' type. Trynpm i --save-dev @types/octokit__requestif it exists or add a new declaration (.d.ts) file containingdeclare module '@octokit/request';
Versions
v6.2.4
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
I think this issue is linked to new version published for
@octokit/request
We started facing this issue from few hours onwards after release of
v6.2.4
. Any help over here will be great./../node_modules/@octokit/core/dist-types/index.d.ts(2,25): error TS7016: Could not find a declaration file for module '@octokit/request'. '/<path>/node_modules/@octokit/request/dist-node/index.js' implicitly has an 'any' type. Try
npm i --save-dev @types/octokit__requestif it exists or add a new declaration (.d.ts) file containing
declare module '@octokit/request';Versions
v6.2.4
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: