Fix lambda error (#21179)

- move twenty-sdk from dependencies to devDependencies
- add documentation about breaking
- add warning about moving the package to dev dependencies
This commit is contained in:
martmull
2026-06-03 18:45:51 +02:00
committed by GitHub
parent 7fcbc45017
commit 0671ff3de5
10 changed files with 144 additions and 7 deletions
@@ -8,5 +8,6 @@ icon: "wrench"
- **Wrong Node version** — Need 24+. Check with `node -v`.
- **Yarn 4 missing** — Run `corepack enable`.
- **Dependencies broken** — `rm -rf node_modules && yarn install`.
- **`twenty-sdk` errors after upgrading to v2.8.0** — It moved from `dependencies` to `devDependencies` in v2.8.0. See [Project Structure → Dependencies](/developers/extend/apps/getting-started/project-structure#dependencies).
Stuck? Ask on the [Twenty Discord](https://discord.com/channels/1130383047699738754/1130386664812982322).