при загрузке плагина vue-componenten из пакета akyrum: vue-component, не удается найти модуль - PullRequest
0 голосов
/ 18 октября 2018
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 'в function.module._resolvefilename (module.js: 547: 15) в function.module._load (module.js: 474: 25) в module.require (module.js: 596: 17) при требовании (internal / module.js: 11: 18) в object.require (c: \ tools \ isobuild \ bundler.js: 2083: 22) в makeinstalleroptions.fallback (packages / modules-runtime.js: 653: 18) при требовании (packages / modules-runtime.js: 244: 16) в tag-handler.js (: 623: 30) при fileevaluate (packages / modules-runtime.js: 339: 7) при требовании (packages /)modules-runtime.js: 238: 16) в: 2236: 1 в: 2243: 3

1 Ответ

0 голосов
/ 31 октября 2018

У меня была та же проблема, и я смог решить ее на основе обсуждаемого исправления здесь :

По сути, вам нужно создать 2 символические ссылки:

  • @babel/runtime/helpers/builtin => @babel/runtime/helpers
  • @babel/runtime/helpers/helpers/builtin => @babel/runtime/helpers
...