httptoolkit-ui
httptoolkit-ui copied to clipboard
darwin-arm64 error
it was fine for commit 07c8da06caf467def52b2da6086a2a72b74b7a20
(when I first cloned this)
But after pull latest update i get this error:
there is a missing build for darwin-arm64
[start:web ]
[start:web ] > [email protected] start:web
[start:web ] > env-cmd -f ./automation/ts-node.env webpack-dev-server --config ./automation/webpack.dev.ts
[start:web ]
[start:server]
[start:server] > [email protected] start:server
[start:server] > npm-run-all server:setup server:start
[start:server]
[start:server]
[start:server] > [email protected] server:setup
[start:server] > ts-node -P ./automation/tsconfig.json ./automation/setup-server.ts
[start:server]
[start:web ] ℹ 「wds」: Project is running at http://local.httptoolkit.tech:8080/
[start:web ] ℹ 「wds」: webpack output is served from /
[start:web ] ℹ 「wds」: Content not from webpack is served from /Users/orangganteng/Workspaces/httptoolkit-ui/dist
[start:web ] ℹ 「wds」: 404s will fallback to /index.html
[start:server] Downloading latest httptoolkit-server...
[start:server] Error: No server download available matching /httptoolkit-server-v[\d\.]+-darwin-arm64\.tar\.gz/
[start:server] at /Users/orangganteng/Workspaces/httptoolkit-ui/automation/setup-server.ts:79:15
[start:server] at Generator.next (<anonymous>)
[start:server] at /Users/orangganteng/Workspaces/httptoolkit-ui/automation/setup-server.ts:31:71
[start:server] at new Promise (<anonymous>)
[start:server] at __awaiter (/Users/orangganteng/Workspaces/httptoolkit-ui/automation/setup-server.ts:27:12)
[start:server] at downloadServer (/Users/orangganteng/Workspaces/httptoolkit-ui/automation/setup-server.ts:90:12)
[start:server] at /Users/orangganteng/Workspaces/httptoolkit-ui/automation/setup-server.ts:37:15
[start:server] at Generator.next (<anonymous>)
[start:server] at fulfilled (/Users/orangganteng/Workspaces/httptoolkit-ui/automation/setup-server.ts:28:58)
[start:server] at processTicksAndRejections (node:internal/process/task_queues:96:5)
[start:server] ERROR: "server:setup" exited with 1.
[start:web ]
[start:web ] /Users/orangganteng/Workspaces/httptoolkit-ui/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:4
[start:web ] return new (P || (P = Promise))(function (resolve, reject) {
[start:web ] ^
[start:web ] RpcIpcMessagePortClosedError: Process 7295 exited [SIGTERM].
[start:web ] at /Users/orangganteng/Workspaces/httptoolkit-ui/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:19:23
[start:web ] at Generator.next (<anonymous>)
[start:web ] at /Users/orangganteng/Workspaces/httptoolkit-ui/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:8:71
[start:web ] at new Promise (<anonymous>)
[start:web ] at __awaiter (/Users/orangganteng/Workspaces/httptoolkit-ui/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:4:12)
[start:web ] at ChildProcess.handleExit (/Users/orangganteng/Workspaces/httptoolkit-ui/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:18:42)
[start:web ] at ChildProcess.emit (node:events:513:28)
[start:web ] at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)