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

图片粘贴导致报错[Bug report] #1519

Closed
AndersonHJB opened this issue Mar 22, 2024 · 4 comments
Closed

图片粘贴导致报错[Bug report] #1519

AndersonHJB opened this issue Mar 22, 2024 · 4 comments
Assignees
Labels
bug Something isn't working package:bundler-vite

Comments

@AndersonHJB
Copy link

Description

d214431379420520bc425ddb40c63002
现在最新版本对于图片是不是有问题?我粘贴图片进去就会出现这样的报错,重启 pnpm run docs:dev 后才能正常,新建文章在运行的时候也是这样

f2ec8914b9c990275ecb4f63cc9c3e32

重启好几次

Reproduction

No

Used Package Manager

pnpm

System Info

cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:16 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
23:37:16 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
info page column/Rust/README.md is modified
23:37:30 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:30 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:30 [vite] Pre-transform error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
23:37:30 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:30 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:30 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
info page column/Rust/README.md is modified
23:37:33 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:33 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:33 [vite] Pre-transform error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
23:37:33 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:33 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:33 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
info page column/Rust/README.md is modified
23:37:35 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:35 [vite] Pre-transform error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
23:37:35 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
23:37:35 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
info page column/Rust/README.md is modified
23:37:43 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:43 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:43 [vite] Pre-transform error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
23:37:43 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:43 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:43 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
info page column/Rust/README.md is modified
23:37:45 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:45 [vite] Pre-transform error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
23:37:45 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:45 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
info page column/Rust/README.md is modified
23:37:51 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:51 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:51 [vite] Pre-transform error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
23:37:51 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
23:37:52 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:52 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
info page column/Rust/README.md is modified
23:37:58 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:58 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:37:58 [vite] Pre-transform error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
23:37:58 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:58 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:37:58 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
info page column/Rust/README.md is modified
23:38:02 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:38:02 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:38:02 [vite] Pre-transform error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
23:38:02 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:38:02 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
23:38:02 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
info page column/Rust/README.md is modified
23:38:10 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:38:10 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:38:10 [vite] Pre-transform error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
23:38:10 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:38:10 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
23:38:11 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
info page column/Rust/README.md is modified
23:38:29 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:38:29 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.js
23:38:29 [vite] Pre-transform error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
23:38:29 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:38:29 [vite] Internal server error: Failed to resolve import "@source/column/Rust/README.assets/111111.jpg" from "docs/.vuepress/.temp/pages/column/Rust/index.html.vue". Does the file exist?
  Plugin: vite:import-analysis
  File: /Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/pages/column/Rust/index.html.vue:42:62
  4  |  import _imports_1 from '@source/column/Rust/README.assets/c9a81yye2bffbb9e27abcdbbe875f1c7.png'
  5  |  import _imports_2 from '@source/column/Rust/README.assets/9fffda1729246296209cc45001927c71.jpg'
  6  |  import _imports_3 from '@source/column/Rust/README.assets/111111.jpg'
     |                          ^
  7  |  import _imports_4 from '@source/column/Rust/README.assets/sssss.jpg'
  8  |  import _imports_5 from '/gzh.jpg'
      at formatError (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50647:46)
      at TransformContext.error (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50641:19)
      at normalizeUrl (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65705:33)
      at async file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65860:47
      at async Promise.all (index 4)
      at async TransformContext.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:65781:13)
      at async Object.transform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:50956:30)
      at async loadAndTransform (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:53746:29)
      at async viteTransformMiddleware (file:///Users/huangjiabao/bornforthis.cn/node_modules/.pnpm/vite@5.1.6/node_modules/vite/dist/node/chunks/dep-jvB8WLp9.js:63522:32)
23:38:29 [vite] hmr update /@fs/Users/huangjiabao/bornforthis.cn/docs/.vuepress/.temp/internal/searchIndex.js
info config dependency docs/.vuepress/sidebar.ts is modified
✔ Initializing and preparing data - done in 10.99s
@meteorlxy
Copy link
Member

请把 vuepress info 的运行结果复制到 System Info ,不是错误日志

@Mister-Hope Mister-Hope added bug Something isn't working and removed need more context labels Mar 29, 2024
@Mister-Hope
Copy link
Member

I confirm this is happening on ecosystem

@kings1990
Copy link

+1

@meteorlxy
Copy link
Member

Might be the same issue as #1526?

Could you try this workaround? @kings1990 @AndersonHJB @Mister-Hope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package:bundler-vite
Projects
None yet
Development

No branches or pull requests

4 participants