Hello,
Since this morning, i have an error for a grids package but in my monorepo, i don't this one.. The exact error is :
TypeScript
2025-08-26 15:48:56 node:internal/modules/cjs/loader:1404
2025-08-26 15:48:56 throw err;
2025-08-26 15:48:56 ^
2025-08-26 15:48:56
2025-08-26 15:48:56 Error: Cannot find module './grids'
2025-08-26 15:48:56 Require stack:
2025-08-26 15:48:56 - /usr/local/lib/node_modules/appwrite-cli/lib/commands/pull.js
2025-08-26 15:48:56 - /usr/local/lib/node_modules/appwrite-cli/lib/commands/init.js
2025-08-26 15:48:56 - /usr/local/lib/node_modules/appwrite-cli/index.js
2025-08-26 15:48:56 at Function._resolveFilename (node:internal/modules/cjs/loader:1401:15)
2025-08-26 15:48:56 at defaultResolveImpl (node:internal/modules/cjs/loader:1057:19)
2025-08-26 15:48:56 at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1062:22)
2025-08-26 15:48:56 at Function._load (node:internal/modules/cjs/loader:1211:37)
2025-08-26 15:48:56 at TracingChannel.traceSync (node:diagnostics_channel:322:14)
2025-08-26 15:48:56 at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
2025-08-26 15:48:56 at Module.require (node:internal/modules/cjs/loader:1487:12)
2025-08-26 15:48:56 at require (node:internal/modules/helpers:135:16)
2025-08-26 15:48:56 at Object.<anonymous> (/usr/local/lib/node_modules/appwrite-cli/lib/commands/pull.js:12:67)
2025-08-26 15:48:56 at Module._compile (node:internal/modules/cjs/loader:1730:14) {
2025-08-26 15:48:56 code: 'MODULE_NOT_FOUND',
2025-08-26 15:48:56 requireStack: [
2025-08-26 15:48:56 '/usr/local/lib/node_modules/appwrite-cli/lib/commands/pull.js',
2025-08-26 15:48:56 '/usr/local/lib/node_modules/appwrite-cli/lib/commands/init.js',
2025-08-26 15:48:56 '/usr/local/lib/node_modules/appwrite-cli/index.js'
2025-08-26 15:48:56 ]
2025-08-26 15:48:56 }
2025-08-26 15:48:56
2025-08-26 15:48:56 Node.js v22.16.0
TL;DR
Developers encountering an error with the 'grids' package in Appwrite-CLI, specifically "'Error: Cannot find module './grids'", may need to update to patch release 9.0.1 where the issue should be fixed.hiii this should be fixed with the new patch release 9.0.1
can you please check
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...