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
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- how can i make a relationship between a ...
i want to relate the $id from users auth table in appwrite with other column in my table user_profile. because is the same user... how can i have exactly the s...
- Google login on mobile not working
Hi the gg login auth in mobile not working. No error show. But the user couldnt login in Attached is the video. Desktop is working well and im using custom doma...