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

Unable to import Flow without adding @types/flowjs__flow.js devdependency #387

Open
ankitb-parmar opened this issue Jul 4, 2024 · 2 comments

Comments

@ankitb-parmar
Copy link

ankitb-parmar commented Jul 4, 2024

Problem
while importing flow import Flow from '@flowjs/flow.js' in angular 16 components getting below error.
Could not find a declaration file for module '@flowjs/flow.js'

Should work without dependency
After adding dependency of @types/flowjs__flow.js it is working fine, which should also work as expected without adding @types/flowjs__flow.js dependency.

Error Detail
image

@chiyandetaotie
Copy link

@ankitb-parmar I have the same question with angular15. Have you saved it? How to solve it?

@ankitb-parmar
Copy link
Author

ankitb-parmar commented Jul 15, 2024

you need to add given package dependency. @chiyandetaotie

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

No branches or pull requests

2 participants