The build failed because the process exited too early. This probably means the system ran out of memory or someone called
kill -9
on the process.
pablovegaau
TRIALOP

a year ago

> my-tus-client@0.1.0 start
> react-scripts start

(node:22) [DEPWEBPACKDEVSERVERONAFTERSETUPMIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option. (Use node --trace-deprecation ... to show where the warning was created) (node:22) [DEPWEBPACKDEVSERVERONBEFORESETUPMIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
Starting the development server…

/app/node_modules/react-scripts/scripts/start.js:19
throw err;
^

RpcIpcMessagePortClosedError: Process 33 exited [SIGKILL].
at /app/nodemodules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:19:23 at Generator.next () at /app/nodemodules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:8:71
at new Promise ()
at _awaiter (/app/nodemodules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:4:12)
at ChildProcess.handleExit (/app/nodemodules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:18:42) at ChildProcess.emit (node:events:517:28) at ChildProcess.handle.onexit (node:internal/child_process:292:12) {
code: null,
signal: 'SIGKILL'
}

View Deploy details

> ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

a year ago

You are attempting to run a development server.

https://github.com/brody192/create-react-app-starter

Copy the nixpacks.toml and Caddyfile from this repo into yours.


Loading...