Build Issue
I pulled the v1.1.0 code and tried running npx nx build twenty-server, but the terminal gets stuck—it doesn't proceed further, and I can't even stop the process. I can only close the terminal to get out of it.

12 Replies
Please try clearing npx cache
npx nx reset
Also use latest 1.1 patch version
I'm currently on v1.0.0 — can I upgrade directly to v1.1.3 instead of going through v1.1.0 ?
yes you can, patch should never introduce new upgrade commands
Now, I'm seeing the following unexpected file changes when I start or build the project. (Currently I switched to v1.0.0 as of now)

I've also cleaned the cache and run nx reset, but the terminal still gets stuck in v1.0.0 as well.
What's your blocking error overall ?
Please use latest 1.0 patch version
Have you updated twenty shared ?
No, I haven't updated the shared.
What's your blocking error overall ?..- Try to build the project, and the terminal gets stuck without any error.
It keeps going without any updates.

Ah yes sorry, interverted help topics in my head
Could you please try:
-
git checkout v1.1.3
- git reset --hard origin/v1.1.3
( please save any unstaged updates in a stash or whatever )
- yarn cache clear
- yarn
- npx nx reset
- npx nx build twenty-shared --verbose

Fixed with the below steps:
npx nx reset
rm -rf packages/twenty-shared/src/workflow
rm -rf packages/twenty-shared/workflow
rm -rf packages/twenty-shared/dist/workflow
rm -rf node_modules dist .nx
yarn install
npx nx build twenty-shared --skip-nx-cache --verbose
Cool ! enjoy the coding