Add type-fest
#17
Annotations
2 errors
|
Unhandled error:
dist/vitest/src/main.js#L42
Error: listen EADDRINUSE: address already in use :::18002
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new HyperAPINodeDriver dist/vitest/src/main.js:42:18
❯ dist/vitest/test/setup.js:5:29
❯ ModuleJob.run node:internal/modules/esm/module_job:325:25
❯ ModuleLoader.import node:internal/modules/esm/loader:606:24
❯ Object.getHandler node_modules/@hyperapi/core/dist/main.js:338:20
❯ HyperAPI.processRequest node_modules/@hyperapi/core/dist/main.js:426:20
❯ HyperAPINodeDriver.<anonymous> node_modules/@hyperapi/core/dist/main.js:376:41
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 18002 }
This error originated in "dist/vitest/src/main.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "GET". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Unhandled error:
dist/vitest/src/main.js#L42
Error: listen EADDRINUSE: address already in use :::18001
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new HyperAPINodeDriver dist/vitest/src/main.js:42:18
❯ dist/vitest/test/setup.js:2:30
❯ ModuleJob.run node:internal/modules/esm/module_job:325:25
❯ ModuleLoader.import node:internal/modules/esm/loader:606:24
❯ Object.getHandler node_modules/@hyperapi/core/dist/main.js:338:20
❯ HyperAPI.processRequest node_modules/@hyperapi/core/dist/main.js:426:20
❯ HyperAPINodeDriver.<anonymous> node_modules/@hyperapi/core/dist/main.js:376:41
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 18001 }
This error originated in "dist/vitest/src/main.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "GET". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|