Skip to content
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

cannot find module for type declaration, in v3-next-major-spec #867

Closed
Souvikns opened this issue Oct 6, 2023 · 1 comment
Closed

cannot find module for type declaration, in v3-next-major-spec #867

Souvikns opened this issue Oct 6, 2023 · 1 comment
Labels

Comments

@Souvikns
Copy link
Member

Souvikns commented Oct 6, 2023

Describe the bug

I installed the v3-next-major-spec version in Glee and got these errors.

node_modules/@asyncapi/parser/esm/models/v3/asyncapi.d.ts:12:39 - error TS2307: Cannot find module 'models/schemas' or its corresponding type declarations.

12 import type { SchemasInterface } from 'models/schemas';
                                         ~~~~~~~~~~~~~~~~

How to Reproduce

I am facing this issue in this GitHub Action.

Expected behavior

models/schemas should be a local reference.

@Souvikns Souvikns added the bug Something isn't working label Oct 6, 2023
@asyncapi-bot
Copy link
Contributor

🎉 This issue has been resolved in version 3.0.0-next-major-spec.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants