meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

Meteor 1.8 cannot find module @babel\runtime\helpers\builtin\interopRequireDefault #334

Closed ghost closed 5 years ago

ghost commented 6 years ago

With Meteor 1.8 seems like akryum:vue-component is having an issiue .

While loading plugin vue-component from package akryum:vue-component: module.js:547:15: Cannot find module 'C:\Users\Salih\AppData\Local.meteor\packages\meteor-tool\1.8.0\mt-os.windows.x86_64\dev_bundle\lib\node_modules\@babel\runtime\helpers\builtin\interopRequireDefault'

This is the error when i run 'meteor' command with my newly created meteor 1.8. I only added akryum:vue-component so far.

bartmichu commented 6 years ago

I have the same problem on Windows machine, both after starting a new 1.8 project and after upgrading existing one (which was working fine with previous meteor version). No problems on Ubuntu machine with the same repository.

ghost commented 6 years ago

@bartmichu I will try at ubuntu. Meteor gives me hard time at windows :/

kerf007 commented 6 years ago

I have the same problem on windows machine and no problem on mac. Help, please :)

piotrek-horodenski commented 6 years ago

I have the same issue, please help.

thearabbit commented 6 years ago

+1 on Mac

qxkxzw commented 5 years ago

I have the same issue

ThaumRystra commented 5 years ago

This is still an issue in Meteor 1.8.0.1

ghost commented 5 years ago

Just create a folder 'builtin' that is mentioned in an error message, copy all files from the folder one level up (\@babel\runtime\helpers) to newly created 'builtin', worked for me

red-meadow commented 5 years ago

I removed both @babel/runtime and akryum:vue-component and then installed again. It helped.

Akryum commented 5 years ago

Installing @babel/runtime and running meteor reset should fix it.