You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use nuxt build or nuxt generate in nuxt3.9.1, the following error will appear. If I delete the nuxt-icon module in nuxt.config.ts, this will not happen.
at Object.readFileSync (node:fs:453:20)
at getDescriptor (/C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/@vitejs[email protected][email protected][email protected]/node_modules/@vitejs/plugin-vue/dist/index.mjs:103:18)
at Object.load (/C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/@vitejs[email protected][email protected][email protected]/node_modules/@vitejs/plugin-vue/dist/index.mjs:2874:28)
at Object.handler (/C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-V3BH7oO1.js:67398:19)
at /C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:18642:40
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async PluginDriver.hookFirstAndGetPlugin (/C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:18542:28)
at async /C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:17712:33
at async Queue.work (/C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:18752:32)
`
The text was updated successfully, but these errors were encountered:
When I try to use nuxt build or nuxt generate in nuxt3.9.1, the following error will appear. If I delete the nuxt-icon module in nuxt.config.ts, this will not happen.
`
ERROR [vite:vue] Could not load C:/Users/xxx/\u684C\u9762/myTourSite_nuxt/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/nuxt-icon/dist/runtime/IconCSS.vue?vue&type=style&index=0&scoped=e3123322&lang.css?inline&used: ENOENT: no such file or directory, open 'C:\Users\xxx\u684C\u9762\myTourSite_nuxt\node_modules.pnpm\[email protected][email protected][email protected][email protected][email protected]\node_modules\nuxt-icon\dist\runtime\IconCSS.vue'
[21:38:25] ERROR Nuxt Build Error: Could not load C:/Users/xxx/\u684C\u9762/myTourSite_nuxt/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/nuxt-icon/dist/runtime/IconCSS.vue?vue&type=style&index=0&scoped=e3123322&lang.css?inline&used: ENOENT: no such file or directory, open 'C:\Users\xxx\u684C\u9762\xxx\node_modules.pnpm\[email protected][email protected][email protected][email protected][email protected]\node_modules\nuxt-icon\dist\runtime\IconCSS.vue'
at Object.readFileSync (node:fs:453:20)
at getDescriptor (/C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/@vitejs[email protected][email protected][email protected]/node_modules/@vitejs/plugin-vue/dist/index.mjs:103:18)
at Object.load (/C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/@vitejs[email protected][email protected][email protected]/node_modules/@vitejs/plugin-vue/dist/index.mjs:2874:28)
at Object.handler (/C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-V3BH7oO1.js:67398:19)
at /C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:18642:40
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async PluginDriver.hookFirstAndGetPlugin (/C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:18542:28)
at async /C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:17712:33
at async Queue.work (/C:/Users/xxx/%E6%A1%8C%E9%9D%A2/xxx/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/es/shared/node-entry.js:18752:32)
`
The text was updated successfully, but these errors were encountered: