appwrite/sdk-for-web

๐Ÿ› Bug Report: Cannot find module 'appwrite' or its corresponding type declarations.ts(2307) in Angular project

tobang opened this issue ยท 2 comments

๐Ÿ‘Ÿ 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?

@tobang, thanks for raising this issue! ๐Ÿ™ The issue should be fixed in 10.0.1 now. Would you please try with that version?

I can confirm that it now works ๐Ÿ˜€, thank you.