Setting up a remote dev server. Wanted to add t3code
First tried on MacOS:
npx t3
Need to install the following packages:
t3@0.0.1
Firstly for some reason it tries to use 0.0.1 instead of 0.0.10. Ok, pinning version:
npx t3@0.0.10
Need to install the following packages:
t3@0.0.10
Ok to proceed? (y)
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 't3@0.0.10',
npm warn EBADENGINE required: { node: '^22.13 || ^23.4 || >=24.10' },
npm warn EBADENGINE current: { node: 'v24.0.2', npm: '11.3.0' }
npm warn EBADENGINE }
(node:58144) ExperimentalWarning: SQLite is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
[18:21:55.522] INFO (#10): Running migrations...
[18:21:55.528] INFO (#10): Migrations ran successfully
[18:21:55.535] INFO (#27): orchestration projection pipeline bootstrapped { projectors: 9 }
[18:21:55.536] INFO (#27): orchestration engine started { sequence: 0 }
[18:21:56.369] INFO (#10): T3 Code running {
mode: 'web',
port: 3773,
cwd: '...',
keybindingsConfigPath: '...',
host: undefined,
stateDir: '...',
staticDir: '...',
noBrowser: false,
autoBootstrapProjectFromCwd: true,
logWebSocketEvents: false,
devUrl: undefined,
authEnabled: false
}
and it opens. looks ok
BUT on the ubuntu 24 server:
~$ npx t3@0.0.10
Need to install the following packages:
t3@0.0.10
Ok to proceed? (y)
it spins the loader... and nothing. just nothing. no output, no errors, no server
having node 24 on both