-
|
I try to run dev in docker (podman) container, based on (docker.io/node:24-trixie). looks like dependencies installed and pre-build correctly but when I try to run it What am I doing wrong? PS |
Beta Was this translation helpful? Give feedback.
Answered by
x1arch
Nov 14, 2025
Replies: 1 comment 2 replies
-
|
Could you try to remove |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, I run it!
Just need to delete all
node_modulesand.pnpm-storefolders, not only from the root. From every directory.apps/server/node_modules,apps/client/node_modules, etc.