Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pnpm run serve has triggerUncaughtException #1229

Open
alive-z opened this issue Jul 26, 2024 · 0 comments
Open

pnpm run serve has triggerUncaughtException #1229

alive-z opened this issue Jul 26, 2024 · 0 comments
Labels

Comments

@alive-z
Copy link

alive-z commented Jul 26, 2024

client@2.1.6 serve /eth/EthVM/v2
vue-cli-service serve

Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
INFO Starting development server...
[51%] building (50/356 modules)
(node:50100) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use node --trace-warnings ... to show where the warning was created)
node:internal/deps/undici/undici:4832
throw new TypeError("Failed to parse URL from " + input, { cause: err });
^

TypeError: Failed to parse URL from /eth/EthVM/v2/node_modules/.pnpm/@squoosh+lib@0.5.3/node_modules/@squoosh/lib/build/imagequant_node-a4aafbae.wasm
at new Request (node:internal/deps/undici/undici:4832:19)
at Agent.fetch2 (node:internal/deps/undici/undici:5524:29)
... 4 lines matching cause stack trace ...
at /eth/EthVM/v2/node_modules/.pnpm/@squoosh+lib@0.5.3/node_modules/@squoosh/lib/build/index.js:28:35216
at instantiateEmscriptenWasm (/eth/EthVM/v2/node_modules/.pnpm/@squoosh+lib@0.5.3/node_modules/@squoosh/lib/build/index.js:1:466)
at Object. (/eth/EthVM/v2/node_modules/.pnpm/@squoosh+lib@0.5.3/node_modules/@squoosh/lib/build/index.js:30:323)
at Module._compile (node:internal/modules/cjs/loader:1112:14) {
[cause]: TypeError [ERR_INVALID_URL]: Invalid URL
at new NodeError (node:internal/errors:388:5)
at URL.onParseError (node:internal/url:564:9)
at new URL (node:internal/url:644:5)
at new Request (node:internal/deps/undici/undici:4830:25)
at Agent.fetch2 (node:internal/deps/undici/undici:5524:29)
at Object.fetch (node:internal/deps/undici/undici:6351:20)
at fetch (node:internal/bootstrap/pre_execution:197:25)
at instantiateAsync (/eth/EthVM/v2/node_modules/.pnpm/@squoosh+lib@0.5.3/node_modules/@squoosh/lib/build/index.js:28:11469)
at createWasm (/eth/EthVM/v2/node_modules/.pnpm/@squoosh+lib@0.5.3/node_modules/@squoosh/lib/build/index.js:28:12079)
at /eth/EthVM/v2/node_modules/.pnpm/@squoosh+lib@0.5.3/node_modules/@squoosh/lib/build/index.js:28:35216 {
input: '/eth/EthVM/v2/node_modules/.pnpm/@squoosh+lib@0.5.3/node_modules/@squoosh/lib/build/imagequant_node-a4aafbae.wasm',
code: 'ERR_INVALID_URL'
}
}

Node.js v18.4.0
 ELIFECYCLE  Command failed with exit code 1.
alivedeMacBook-Pro:v2 alive$ node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^

RpcIpcMessagePortClosedError: Cannot send the message - the message port has been closed for the process 50130.
at /eth/EthVM/v2/node_modules/.pnpm/fork-ts-checker-webpack-plugin@6.5.2_021885364900a57ca309159990fadc19/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:47:47
at process.processTicksAndRejections (node:internal/process/task_queues:81:21) {
code: undefined,
signal: undefined
}

Node.js v18.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant