๐ Bug Report: Cannot find module 'appwrite' or its corresponding type declarations.ts(2307) in Angular project
tobang opened this issue ยท 2 comments
tobang commented
๐ Reproduction steps
I have an Angular project version 14.2.0. Installing the new version 10.0.0 gives the following error:
Cannot find module 'appwrite' or its corresponding type declarations.ts(2307)
Worked with previous 9.0.2 version.
Looked in node_modules/appwrite folder, and types folder is missing. It was present i previous version.
๐ Expected behavior
Types should be present and no error in code.
๐ Actual Behavior
Module import error.
๐ฒ Appwrite version
Different version (specify in environment)
๐ป Operating system
MacOS
๐งฑ Your Environment
No response
๐ Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct
stnguyen90 commented
@tobang, thanks for raising this issue! ๐ The issue should be fixed in 10.0.1 now. Would you please try with that version?
tobang commented
I can confirm that it now works ๐, thank you.