Muralidhar
Muralidhar
TTwenty
Created by Muralidhar on 3/15/2025 in #❓︱help
npx run command failing, module not found
This issue occured while running twenty project on local in WSL setup
> node dist/src/command/command.js cache:flush

node:internal/modules/cjs/loader:1080
throw err;
^

Error: Cannot find module '/home/muralidhar1404/twenty/packages/twenty-server/dist/src/command/command.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
at Module._load (node:internal/modules/cjs/loader:922:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

Node.js v18.17.1
Warning: command "node dist/src/command/command.js cache:flush" exited with non-zero status code
—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

NX Ran target command-no-deps for project twenty-server (124ms)

With additional flags:
cache:flush

✖ 1/1 failed
✔ 0/1 succeeded [0 read from cache]

Warning: command "nx command-no-deps -- cache:flush" exited with non-zero status code
————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

NX Ran target database:reset for project twenty-server and 3 task(s) they depend on (30s)

✖ 1/4 failed
✔ 3/4 succeeded [3 read from cache]
> node dist/src/command/command.js cache:flush

node:internal/modules/cjs/loader:1080
throw err;
^

Error: Cannot find module '/home/muralidhar1404/twenty/packages/twenty-server/dist/src/command/command.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
at Module._load (node:internal/modules/cjs/loader:922:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

Node.js v18.17.1
Warning: command "node dist/src/command/command.js cache:flush" exited with non-zero status code
—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

NX Ran target command-no-deps for project twenty-server (124ms)

With additional flags:
cache:flush

✖ 1/1 failed
✔ 0/1 succeeded [0 read from cache]

Warning: command "nx command-no-deps -- cache:flush" exited with non-zero status code
————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

NX Ran target database:reset for project twenty-server and 3 task(s) they depend on (30s)

✖ 1/4 failed
✔ 3/4 succeeded [3 read from cache]
5 replies
TTwenty
Created by Muralidhar on 3/10/2025 in #❓︱help
local development wsl setup: JS heap out of memory
how much is required?
npx nx start twenty-front

NX Running target start for project twenty-front and 1 task it depends on:

——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

> nx run twenty-shared:build [existing outputs match the cache, left as is]


> nx run twenty-front:start

/home/muralidhar1404/twenty/packages/twenty-front
/home/muralidhar1404/twenty/packages/twenty-front
➜ Local: http://localhost:3001/
➜ Network: use --host to expose
node:events:492
throw er; // Unhandled 'error' event
^

Error: Worker terminated due to reaching memory limit: JS heap out of memory
at new NodeError (node:internal/errors:405:5)
at [kOnExit] (node:internal/worker:287:26)
at Worker.<computed>.onexit (node:internal/worker:209:20)
Emitted 'error' event on Worker instance at:
at [kOnExit] (node:internal/worker:287:12)
at Worker.<computed>.onexit (node:internal/worker:209:20) {
code: 'ERR_WORKER_OUT_OF_MEMORY'
}

Node.js v18.17.1

——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

NX Running target start for project twenty-front and 1 task it depends on failed

Failed tasks:

- twenty-front:start

Hint: run the command with --verbose for more details.
npx nx start twenty-front

NX Running target start for project twenty-front and 1 task it depends on:

——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

> nx run twenty-shared:build [existing outputs match the cache, left as is]


> nx run twenty-front:start

/home/muralidhar1404/twenty/packages/twenty-front
/home/muralidhar1404/twenty/packages/twenty-front
➜ Local: http://localhost:3001/
➜ Network: use --host to expose
node:events:492
throw er; // Unhandled 'error' event
^

Error: Worker terminated due to reaching memory limit: JS heap out of memory
at new NodeError (node:internal/errors:405:5)
at [kOnExit] (node:internal/worker:287:26)
at Worker.<computed>.onexit (node:internal/worker:209:20)
Emitted 'error' event on Worker instance at:
at [kOnExit] (node:internal/worker:287:12)
at Worker.<computed>.onexit (node:internal/worker:209:20) {
code: 'ERR_WORKER_OUT_OF_MEMORY'
}

Node.js v18.17.1

——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

NX Running target start for project twenty-front and 1 task it depends on failed

Failed tasks:

- twenty-front:start

Hint: run the command with --verbose for more details.
WSL ram details:
free -h
total used free shared buff/cache available
Mem: 11Gi 4.3Gi 5.8Gi 15Mi 1.9Gi 7.3Gi
Swap: 3.0Gi 0B 3.0Gi
free -h
total used free shared buff/cache available
Mem: 11Gi 4.3Gi 5.8Gi 15Mi 1.9Gi 7.3Gi
Swap: 3.0Gi 0B 3.0Gi
3 replies
TTwenty
Created by Muralidhar on 2/28/2025 in #❓︱help
issue: wsl postgres setup without docker
am facing below error Error during schema dropping: error: password authentication failed for user "postgres" attached complete logs.
2 replies
TTwenty
Created by Muralidhar on 5/26/2024 in #❓︱help
Error TS5042: Option 'project' cannot be mixed with source files on a command line
while running npx nx start I saw a similar thread before here #Error TS5042: Option 'project' cannot be mixed with source files on a command line - Tried to re cloning the project on local didn't work ERROR:
nx run twenty-ui:build
vite v5.0.10 building for production... transforming... error TS5042: Option 'project' cannot be mixed with source files on a command line.
17 replies
TTwenty
Created by Muralidhar on 1/28/2024 in #❓︱help
am using vs code as my IDE, on saving file is not formatting...(Mac intel)
Am making changes in twenty-front
10 replies
TTwenty
Created by Muralidhar on 12/10/2023 in #❓︱help
Node modules not found error in VS Code
No description
36 replies