[Vuejs]-While loading plugin vue-componen from package akyrum:vue-component, Cannot find module

0๐Ÿ‘

I had the same issue, and was able to resolve it based on the fix discussed here:

Essentially, you need to create 2 symlinks:

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

Leave a comment