VueJS - Module not found: Error: Can't resolve '@babel/runtime/regenerator'
问题 I have this error Module not found: Error: Can't resolve '@babel/runtime/regenerator' in 'C:\wamp64\www\project-dev\modules\Gallery\Resources\Assets\Backend\Views\Album' when I execute this command npm run dev . So to explain my laravel project directory: app modules auth backend gallery themes admin node_modules resources js components router index.js store app.js sass views package.json webpack.mix.js So in my router/index.js of vuejs app, I will includes routes from a module. I make this: