vue3.0的项目重新install之后一直报错 是什么地方出问题了呢

新手上路,请多包涵

Cannot read properties of undefined (reading '__asyncLoader')

runtime-core.esm-bundler.js?ebb3:1085 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'emitsOptions')

at shouldUpdateComponent (runtime-core.esm-bundler.js?ebb3:1085:1)
at updateComponent (runtime-core.esm-bundler.js?ebb3:4947:1)
at processComponent (runtime-core.esm-bundler.js?ebb3:4901:1)
at patch (runtime-core.esm-bundler.js?ebb3:4489:1)
at patchKeyedChildren (runtime-core.esm-bundler.js?ebb3:5262:1)
at patchChildren (runtime-core.esm-bundler.js?ebb3:5181:1)
at processFragment (runtime-core.esm-bundler.js?ebb3:4886:1)
at patch (runtime-core.esm-bundler.js?ebb3:4482:1)
at patchKeyedChildren (runtime-core.esm-bundler.js?ebb3:5262:1)
at patchChildren (runtime-core.esm-bundler.js?ebb3:5205:1)


Uncaught (in promise) TypeError: Cannot read properties of null (reading 'type')

at unmountComponent (runtime-core.esm-bundler.js?ebb3:5578:1)
at unmount (runtime-core.esm-bundler.js?ebb3:5494:1)
at Object.remove (runtime-core.esm-bundler.js?ebb3:5886:1)
at unmount (runtime-core.esm-bundler.js?ebb3:5505:1)
at unmountChildren (runtime-core.esm-bundler.js?ebb3:5622:1)
at unmount (runtime-core.esm-bundler.js?ebb3:5518:1)
at unmountComponent (runtime-core.esm-bundler.js?ebb3:5593:1)
at unmount (runtime-core.esm-bundler.js?ebb3:5494:1)
at unmountComponent (runtime-core.esm-bundler.js?ebb3:5593:1)
at unmount (runtime-core.esm-bundler.js?ebb3:5494:1)

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'exposed')

at getExposeProxy (runtime-core.esm-bundler.js?ebb3:7249:1)
at setRef (runtime-core.esm-bundler.js?ebb3:3937:1)
at unmount (runtime-core.esm-bundler.js?ebb3:5480:1)
at unmountChildren (runtime-core.esm-bundler.js?ebb3:5622:1)
at unmount (runtime-core.esm-bundler.js?ebb3:5518:1)
at unmountChildren (runtime-core.esm-bundler.js?ebb3:5622:1)
at unmount (runtime-core.esm-bundler.js?ebb3:5518:1)
at unmountComponent (runtime-core.esm-bundler.js?ebb3:5593:1)
at unmount (runtime-core.esm-bundler.js?ebb3:5494:1)
at unmountChildren (runtime-core.esm-bundler.js?ebb3:5622:1)
阅读 10.2k
1 个回答
新手上路,请多包涵

更新了node 13.xx重新intsall了 还是不行 有个插件提示要用偶数版本的,退回到node 12.xxx安装了几次 没问题了

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题