
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
- Why are the newly released methods marke...
- trying to get account using jwt
server side script ```js async function verifyJWT(token) { if (!token) throw new Error("No JWT token provided"); try { const res = await axios.get(`${EN...
- Partial update
Might be a silly question, but what is the process for partially updating a self hosted instance? For example the new database update, which I assume is mostly...
