YaveenOriginal post
Web Developer
in appwrite.js, ```js
import { Client, Databases, Account } from "appwrite";
doesnt work.
Summary
Developers are trying to import from the "appwrite" package in their project but it's not working. They are following a guide from appwrite.io and shared their `package.json`. Another developer asked if they are using webpack or vite.
**Solution:** The issue might be related to the module system being used. Ensure proper module resolutions are configured based on the build tool being used (like webpack or vite).