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

console 开发环境无法启动 #4967

Closed
wxyShine opened this issue Dec 1, 2023 · 2 comments
Closed

console 开发环境无法启动 #4967

wxyShine opened this issue Dec 1, 2023 · 2 comments
Labels
triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@wxyShine
Copy link

wxyShine commented Dec 1, 2023

系统信息

image

使用的哪种方式运行?

Source

在线站点地址

No response

发生了什么?

console启动不起来 https://pastebin.com/clone/vjJXvZ5N

相关日志输出

➜  console git:(main) npm run dev

> @halo-dev/console@2.11.0 dev
> run-p dev:console dev:uc


> @halo-dev/console@2.11.0 dev:console
> vite --host --config ./vite.config.ts


> @halo-dev/console@2.11.0 dev:uc
> vite --host --config ./vite.uc.config.ts

                                                                                                                                                                            14:09:00
  VITE v4.2.3  ready in 889 ms

  ➜  Local:   http://localhost:4000/uc/                                                                                                                                     14:09:00
  ➜  Network: http://172.16.101.57:4000/uc/                                                                                                                                 14:09:00
  ➜  Network: http://172.17.0.1:4000/uc/                                                                                                                                    14:09:00
  ➜  Network: http://172.22.0.1:4000/uc/                                                                                                                                    14:09:00
  ➜  Network: http://172.19.0.1:4000/uc/                                                                                                                                    14:09:00
  ➜  press h to show help                                                                                                                                                   14:09:00
[vite-plugin-static-copy] Collected 7 items.                                                                                                                                14:09:00
                                                                                                                                                                            14:09:00
  VITE v4.2.3  ready in 909 ms

  ➜  Local:   http://localhost:3000/console/                                                                                                                                14:09:00
  ➜  Network: http://172.16.101.57:3000/console/                                                                                                                            14:09:00
  ➜  Network: http://172.17.0.1:3000/console/                                                                                                                               14:09:00
  ➜  Network: http://172.22.0.1:3000/console/                                                                                                                               14:09:00
  ➜  Network: http://172.19.0.1:3000/console/                                                                                                                               14:09:00
  ➜  press h to show help                                                                                                                                                   14:09:00
[vite-plugin-static-copy] Collected 7 items.                                                                                                                                14:09:00

 ERROR  Error:   Failed to scan for dependencies from entries:                                                                                                              14:09:00
  /home/wxy/workspace/IdeaProjects/halo/console/index.html
/home/wxy/workspace/IdeaProjects/halo/console/packages/editor/index.html

  ✘ [ERROR] ENOENT: no such file or directory, open '/home/wxy/workspace/IdeaProjects/halo/console/src/components/bubble/BubbleItem.vue' [plugin vite:dep-scan]

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:27:
      1421 │         let result = await callback({
           ╵                            ^

    at Object.openSync (fs.js:498:3)
    at Object.readFileSync (fs.js:394:35)
    at file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43756:32
    at requestCallbacks.on-load (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:28)
    at handleRequest (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:723:19)
    at handleIncomingPacket (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:745:7)
    at Socket.readFromStdout (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:673:7)
    at Socket.emit (events.js:400:28)
    at addChunk (internal/streams/readable.js:293:12)
    at readableAddChunk (internal/streams/readable.js:267:9)

  This error came from the "onLoad" callback registered here:

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:20:
      1279 │       let promise = setup({
           ╵                     ^

    at setup (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43755:19)
    at handlePlugins (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:21)
    at buildOrContextImpl (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:968:5)
    at Object.buildOrContext (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:776:5)
    at /home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:68
    at new Promise (<anonymous>)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:27)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2012:58)
    at prepareEsbuildScanner (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43634:26)

  The plugin "vite:dep-scan" was triggered by this import

    script:/home/wxy/workspace/IdeaProjects/halo/console/packages/editor/src/components/EditorBubbleMenu.vue?id=0:60:7:
      60 │ import "@/components/bubble/BubbleItem.vue"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


✘ [ERROR] ENOENT: no such file or directory, open '/home/wxy/workspace/IdeaProjects/halo/console/src/components/bubble/BubbleMenu.vue' [plugin vite:dep-scan]

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:27:
      1421 │         let result = await callback({
           ╵                            ^

    at Object.openSync (fs.js:498:3)
    at Object.readFileSync (fs.js:394:35)
    at file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43756:32
    at requestCallbacks.on-load (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:28)
    at handleRequest (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:723:19)
    at handleIncomingPacket (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:745:7)
    at Socket.readFromStdout (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:673:7)
    at Socket.emit (events.js:400:28)
    at addChunk (internal/streams/readable.js:293:12)
    at readableAddChunk (internal/streams/readable.js:267:9)

  This error came from the "onLoad" callback registered here:

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:20:
      1279 │       let promise = setup({
           ╵                     ^

    at setup (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43755:19)
    at handlePlugins (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:21)
    at buildOrContextImpl (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:968:5)
    at Object.buildOrContext (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:776:5)
    at /home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:68
    at new Promise (<anonymous>)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:27)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2012:58)
    at prepareEsbuildScanner (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43634:26)

  The plugin "vite:dep-scan" was triggered by this import

    script:/home/wxy/workspace/IdeaProjects/halo/console/packages/editor/src/components/EditorBubbleMenu.vue?id=0:59:7:
      59 │ import "@/components/bubble/BubbleMenu.vue"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


✘ [ERROR] ENOENT: no such file or directory, open '/home/wxy/workspace/IdeaProjects/halo/console/src/components/common/ColorPickerDropdown.vue' [plugin vite:dep-scan]

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:27:
      1421 │         let result = await callback({
           ╵                            ^

    at Object.openSync (fs.js:498:3)
    at Object.readFileSync (fs.js:394:35)
    at file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43756:32
    at requestCallbacks.on-load (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:28)
    at handleRequest (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:723:19)
    at handleIncomingPacket (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:745:7)
    at Socket.readFromStdout (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:673:7)
    at Socket.emit (events.js:400:28)
    at addChunk (internal/streams/readable.js:293:12)
    at readableAddChunk (internal/streams/readable.js:267:9)

  This error came from the "onLoad" callback registered here:

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:20:
      1279 │       let promise = setup({
           ╵                     ^

    at setup (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43755:19)
    at handlePlugins (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:21)
    at buildOrContextImpl (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:968:5)
    at Object.buildOrContext (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:776:5)
    at /home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:68
    at new Promise (<anonymous>)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:27)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2012:58)
    at prepareEsbuildScanner (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43634:26)

  The plugin "vite:dep-scan" was triggered by this import

    script:/home/wxy/workspace/IdeaProjects/halo/console/packages/editor/src/extensions/highlight/HighlightToolbarItem.vue?id=0:41:7:
      41 │ import "@/components/common/ColorPickerDropdown.vue"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


✘ [ERROR] ENOENT: no such file or directory, open '/home/wxy/workspace/IdeaProjects/halo/console/src/components/icon/MdiDeleteForeverOutline.vue' [plugin vite:dep-scan]

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:27:
      1421 │         let result = await callback({
           ╵                            ^

    at Object.openSync (fs.js:498:3)
    at Object.readFileSync (fs.js:394:35)
    at file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43756:32
    at requestCallbacks.on-load (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:28)
    at handleRequest (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:723:19)
    at handleIncomingPacket (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:745:7)
    at Socket.readFromStdout (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:673:7)
    at Socket.emit (events.js:400:28)
    at addChunk (internal/streams/readable.js:293:12)
    at readableAddChunk (internal/streams/readable.js:267:9)

  This error came from the "onLoad" callback registered here:

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:20:
      1279 │       let promise = setup({
           ╵                     ^

    at setup (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43755:19)
    at handlePlugins (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:21)
    at buildOrContextImpl (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:968:5)
    at Object.buildOrContext (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:776:5)
    at /home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:68
    at new Promise (<anonymous>)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:27)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2012:58)
    at prepareEsbuildScanner (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43634:26)

  The plugin "vite:dep-scan" was triggered by this import

    script:/home/wxy/workspace/IdeaProjects/halo/console/packages/editor/src/components/block/BlockCard.vue?id=0:34:7:
      34 │ import "@/components/icon/MdiDeleteForeverOutline.vue"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


✘ [ERROR] ENOENT: no such file or directory, open '/home/wxy/workspace/IdeaProjects/halo/console/src/components/toolbar/ToolbarItem.vue' [plugin vite:dep-scan]

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:27:
      1421 │         let result = await callback({
           ╵                            ^

    at Object.openSync (fs.js:498:3)
    at Object.readFileSync (fs.js:394:35)
    at file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43756:32
    at requestCallbacks.on-load (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:28)
    at handleRequest (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:723:19)
    at handleIncomingPacket (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:745:7)
    at Socket.readFromStdout (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:673:7)
    at Socket.emit (events.js:400:28)
    at addChunk (internal/streams/readable.js:293:12)
    at readableAddChunk (internal/streams/readable.js:267:9)

  This error came from the "onLoad" callback registered here:

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:20:
      1279 │       let promise = setup({
           ╵                     ^

    at setup (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43755:19)
    at handlePlugins (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:21)
    at buildOrContextImpl (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:968:5)
    at Object.buildOrContext (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:776:5)
    at /home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:68
    at new Promise (<anonymous>)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:27)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2012:58)
    at prepareEsbuildScanner (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43634:26)

  The plugin "vite:dep-scan" was triggered by this import

    packages/editor/src/extensions/code/index.ts:4:24:
      4 │ import ToolbarItem from "@/components/toolbar/ToolbarItem.vue";~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


✘ [ERROR] ENOENT: no such file or directory, open '/home/wxy/workspace/IdeaProjects/halo/console/src/components/toolbar/ToolbarSubItem.vue' [plugin vite:dep-scan]

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:27:
      1421 │         let result = await callback({
           ╵                            ^

    at Object.openSync (fs.js:498:3)
    at Object.readFileSync (fs.js:394:35)
    at file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43756:32
    at requestCallbacks.on-load (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:28)
    at handleRequest (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:723:19)
    at handleIncomingPacket (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:745:7)
    at Socket.readFromStdout (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:673:7)
    at Socket.emit (events.js:400:28)
    at addChunk (internal/streams/readable.js:293:12)
    at readableAddChunk (internal/streams/readable.js:267:9)

  This error came from the "onLoad" callback registered here:

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:20:
      1279 │       let promise = setup({
           ╵                     ^

    at setup (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43755:19)
    at handlePlugins (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:21)
    at buildOrContextImpl (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:968:5)
    at Object.buildOrContext (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:776:5)
    at /home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:68
    at new Promise (<anonymous>)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:27)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2012:58)
    at prepareEsbuildScanner (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43634:26)

  The plugin "vite:dep-scan" was triggered by this import

    packages/editor/src/extensions/heading/index.ts:6:27:
      6 │ import ToolbarSubItem from "@/components/toolbar/ToolbarSubItem.vue";~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


✘ [ERROR] ENOENT: no such file or directory, open '/home/wxy/workspace/IdeaProjects/halo/console/src/components/toolbox/ToolboxItem.vue' [plugin vite:dep-scan]

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:27:
      1421 │         let result = await callback({
           ╵                            ^

    at Object.openSync (fs.js:498:3)
    at Object.readFileSync (fs.js:394:35)
    at file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43756:32
    at requestCallbacks.on-load (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:28)
    at handleRequest (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:723:19)
    at handleIncomingPacket (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:745:7)
    at Socket.readFromStdout (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:673:7)
    at Socket.emit (events.js:400:28)
    at addChunk (internal/streams/readable.js:293:12)
    at readableAddChunk (internal/streams/readable.js:267:9)

  This error came from the "onLoad" callback registered here:

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:20:
      1279 │       let promise = setup({
           ╵                     ^

    at setup (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43755:19)
    at handlePlugins (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:21)
    at buildOrContextImpl (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:968:5)
    at Object.buildOrContext (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:776:5)
    at /home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:68
    at new Promise (<anonymous>)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:27)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2012:58)
    at prepareEsbuildScanner (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43634:26)

  The plugin "vite:dep-scan" was triggered by this import

    packages/editor/src/extensions/audio/index.ts:15:27:
      15 │ import ToolboxItemVue from "@/components/toolbox/ToolboxItem.vue";~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


✘ [ERROR] ENOENT: no such file or directory, open '/home/wxy/workspace/IdeaProjects/halo/console/src/extensions/color/ColorBubbleItem.vue' [plugin vite:dep-scan]

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:27:
      1421 │         let result = await callback({
           ╵                            ^

    at Object.openSync (fs.js:498:3)
    at Object.readFileSync (fs.js:394:35)
    at file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43756:32
    at requestCallbacks.on-load (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:28)
    at handleRequest (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:723:19)
    at handleIncomingPacket (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:745:7)
    at Socket.readFromStdout (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:673:7)
    at Socket.emit (events.js:400:28)
    at addChunk (internal/streams/readable.js:293:12)
    at readableAddChunk (internal/streams/readable.js:267:9)

  This error came from the "onLoad" callback registered here:

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:20:
      1279 │       let promise = setup({
           ╵                     ^

    at setup (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43755:19)
    at handlePlugins (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:21)
    at buildOrContextImpl (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:968:5)
    at Object.buildOrContext (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:776:5)
    at /home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:68
    at new Promise (<anonymous>)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:27)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2012:58)
    at prepareEsbuildScanner (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43634:26)

  The plugin "vite:dep-scan" was triggered by this import

    packages/editor/src/extensions/text/index.ts:4:28:
      4 │ import ColorBubbleItem from "@/extensions/color/ColorBubbleItem.vue";~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


✘ [ERROR] ENOENT: no such file or directory, open '/home/wxy/workspace/IdeaProjects/halo/console/src/extensions/highlight/HighlightBubbleItem.vue' [plugin vite:dep-scan]

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:27:
      1421 │         let result = await callback({
           ╵                            ^

    at Object.openSync (fs.js:498:3)
    at Object.readFileSync (fs.js:394:35)
    at file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43756:32
    at requestCallbacks.on-load (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1421:28)
    at handleRequest (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:723:19)
    at handleIncomingPacket (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:745:7)
    at Socket.readFromStdout (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:673:7)
    at Socket.emit (events.js:400:28)
    at addChunk (internal/streams/readable.js:293:12)
    at readableAddChunk (internal/streams/readable.js:267:9)

  This error came from the "onLoad" callback registered here:

    node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:20:
      1279 │       let promise = setup({
           ╵                     ^

    at setup (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43755:19)
    at handlePlugins (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1279:21)
    at buildOrContextImpl (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:968:5)
    at Object.buildOrContext (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:776:5)
    at /home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:68
    at new Promise (<anonymous>)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2172:27)
    at Object.context (/home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:2012:58)
    at prepareEsbuildScanner (file:///home/wxy/workspace/IdeaProjects/halo/console/node_modules/.pnpm/vite@4.2.3_@types+node@18.13.0_sass@1.60.0/node_modules/vite/dist/node/chunks/dep-f2591f42.js:43634:26)

  The plugin "vite:dep-scan" was triggered by this import

    packages/editor/src/extensions/text/index.ts:5:32:
      5 │ ...htBubbleItem from "@/extensions/highlight/HighlightBubbleItem.vue";~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


✘ [ERROR] ENOENT: no such file or directory, open '/home/wxy/workspace/IdeaProjects/halo/console/src/extensions/link/LinkBubbleButton.vue' [plugin

附加信息

No response

@ruibaby
Copy link
Member

ruibaby commented Dec 1, 2023

/triage duplicate

see #4963

/close

@f2c-ci-robot f2c-ci-robot bot added the triage/duplicate Indicates an issue is a duplicate of other open issue. label Dec 1, 2023
Copy link

f2c-ci-robot bot commented Dec 1, 2023

@ruibaby: Closing this issue.

In response to this:

/triage duplicate

see #4963

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@f2c-ci-robot f2c-ci-robot bot closed this as completed Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

2 participants