首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >当从程序包中加载插件vue-component时,无法找到模块。

当从程序包中加载插件vue-component时,无法找到模块。
EN

Stack Overflow用户
提问于 2018-10-18 13:46:08
回答 1查看 162关注 0票数 0
代码语言:javascript
复制
while loading plugin `vue-component` from package `akyrum:vue-component`: module.js:547:15: cannot find module

以下错误行显示c:\users\appdata\local.meteor\packages\meteor-tool\1.8.0\mt-os.windows.x86_64\dev_bundle\lib\node_modules\@babel\runtime\helpers\builtin\interoprequiredefault‘at function.module._resolvefilename (module.js:547:15) at function.module._load (module.js:474:25) at module.require (module.js:596:17) at require (内部/module.js:11:18).require (c:\tools\isobuild\bundler.js:2083:22) at makeinstalleroptions.fallback (包/模块-runtime.js:653:18)在makeinstalleroptions.fallback(包/模块-runtime.js:244:16) at makeinstalleroptions.fallback-handler.js (:623:30)在文件评估时(包/模块-runtime.js:339:7)(包/模块-runtime.js:238:16),电话:2236:1 :2243:3

EN

回答 1

Stack Overflow用户

发布于 2018-10-31 06:46:45

我也遇到了同样的问题,并且能够根据讨论过的这里修复来解决这个问题。

本质上,您需要创建两个符号链接:

  • @babel/runtime/helpers/builtin => @babel/runtime/helpers
  • @babel/runtime/helpers/helpers/builtin => @babel/runtime/helpers
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/52875507

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档