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

npm run serve时报错 #9

Closed
seasnakes opened this issue Aug 5, 2022 · 2 comments
Closed

npm run serve时报错 #9

seasnakes opened this issue Aug 5, 2022 · 2 comments

Comments

@seasnakes
Copy link

报错如下 想请教下怎么解决
node_modules/_unplugin-vue-components@0.19.9@unplugin-vue-components/dist/chunk-MF6CXARB.js:613
compiler.watching.invalidate();
^

TypeError: Cannot read properties of undefined (reading 'invalidate')
at ZMindMap-main/node_modules/_unplugin-vue-components@0.19.9@unplugin-vue-components/dist/chunk-MF6CXARB.js:613:29
at processTicksAndRejections (node:internal/process/task_queues:78:11)
Waiting for the debugger to disconnect...

@seasnakes seasnakes changed the title npm run dev时报错 npm run serve时报错 Aug 5, 2022
@seasnakes
Copy link
Author

报错如下 想请教下怎么解决 node_modules/_unplugin-vue-components@0.19.9@unplugin-vue-components/dist/chunk-MF6CXARB.js:613 compiler.watching.invalidate(); ^

TypeError: Cannot read properties of undefined (reading 'invalidate') at ZMindMap-main/node_modules/_unplugin-vue-components@0.19.9@unplugin-vue-components/dist/chunk-MF6CXARB.js:613:29 at processTicksAndRejections (node:internal/process/task_queues:78:11) Waiting for the debugger to disconnect...

unplugin-vue-components的bug 组件作者后续更新中修复了该bug

@zyascend
Copy link
Owner

zyascend commented Aug 7, 2022

报错如下 想请教下怎么解决 node_modules/_unplugin-vue-components@0.19.9@unplugin-vue-components/dist/chunk-MF6CXARB.js:613 compiler.watching.invalidate(); ^
TypeError: Cannot read properties of undefined (reading 'invalidate') at ZMindMap-main/node_modules/_unplugin-vue-components@0.19.9@unplugin-vue-components/dist/chunk-MF6CXARB.js:613:29 at processTicksAndRejections (node:internal/process/task_queues:78:11) Waiting for the debugger to disconnect...

unplugin-vue-components的bug 组件作者后续更新中修复了该bug

感谢告知☺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants