mcjo3324Original post
Rank 1: Thread
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 :
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
Summary
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.