Hákon Freyr
Hello.
Hi everyone! I'm running into an error with the Vue Inspector plugin that I can't quite figure out. Here's what I'm seeing:
ERROR Internal server error: ENOENT: no such file or directory, open '/node_modules/.pnpm/[email protected]...'
It seems to be having trouble locating the Overlay.vue file in the vue-inspector plugin. I'm using pnpm as my package manager. Has anyone encountered something similar or have suggestions on what might be causing this?
I can tell it's related to the two different vite versions in the trace, but I can't find where
[[5:21:38 PM] ERROR Internal server error: ENOENT: no such file or directory, open '/node_modules/.pnpm/[email protected]@6.0.11@[email protected][email protected][email protected]@2.7.0/node_modules/vite-plugin-vue-inspector/src/Overlay.vue'
at Object.readFileSync (node:fs:448:20)
at getDescriptor (file:///home/rationallyprime/Socrates/packages/frontend/node_modules/.pnpm/@[email protected]@5.4.14@[email protected][email protected]@[email protected]/node_modules/@vitejs/plugin-vue/dist/index.mjs:114:18)
at LoadPluginContext.load (file:///home/rationallyprime/Socrates/packages/frontend/node_modules/.pnpm/@[email protected]@5.4.14@[email protected][email protected]@[email protected]/node_modules/@vitejs/plugin-vue/dist/index.mjs:2960:28)
at PluginContainer.load (file:///home/rationallyprime/Socrates/packages/frontend/nodemodules/.pnpm/[email protected]@[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-CHZK6zbr.js:49066:17)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async loadAndTransform (file:///home/rationallyprime/Socrates/packages/frontend/nodemodules/.pnpm/[email protected]@[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-CHZK6zbr.js:51871:22)]
7 replies