Closed ghost closed 5 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.
@bartmichu I will try at ubuntu. Meteor gives me hard time at windows :/
I have the same problem on windows machine and no problem on mac. Help, please :)
I have the same issue, please help.
+1 on Mac
I have the same issue
This is still an issue in Meteor 1.8.0.1
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
I removed both @babel/runtime
and akryum:vue-component
and then installed again. It helped.
Installing @babel/runtime
and running meteor reset
should fix it.
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.