-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module '@octokit/types/dist-types' has no exported member 'IssuesListForRepoResponseData' #89
Comments
Seems to work with |
Maybe this was an issue in my setup somehow. The file package-lock.json seems to have the correct versions in place. I ran |
That seems to be a problem with the |
I was getting the same output that @ererkka was getting. What worked for me was, after cloning this repo, saying I cloned https://github.com/octokit/types.ts and had a look. The IssuesListForRepoResponseData artifact (I don't know TypeScript so I don't know what kind of artifact it is) has gone from the Endpoints.ts file between v5.5.0 and the next release v6.0.0, as shown below; the PullsListResponseData artifact is likewise gone. This change is not visible using Github's web diff viewer because the Endpoints.ts file diff is too big. I suspect that @octokit have dropped these artifacts in a way that isn't explicit in the changelog mention of octokit/types.ts#197. The change is implied in the modification to scripts/update-endpoints/typescript.js (which generates Endpoints.ts) mentioned in octokit/types.ts#161.
|
The process fails with the latest
@octokit/rest
version:I manually installed
@octokit/[email protected]
(minimum version required by this package), and got it working.The text was updated successfully, but these errors were encountered: