You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm deploying my project on AWS EC2 instance ubuntu 18.8 where I'm getting this error when I run the command to create production build.
npm run dev
ERROR in ./resources/js/Components/App.vue?vue&type=script&lang=js& (./node_modules/babel-loader/lib/index.js??clonedRuleSet-5[0].rules[0].use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/js/Components/App.vue?vue&type=script&lang=js&) 25:21-68
Module not found: Error: Can't resolve '~/layouts' in '/var/www/html/rapid-remit-laravel/resources/js/Components'
ERROR in ./resources/js/Middleware/admin.js 1:0-28
Module not found: Error: Can't resolve '~/store' in '/var/www/html/rapid-remit-laravel/resources/js/Middleware'
ERROR in ./resources/js/Middleware/auth.js 7:0-28
Module not found: Error: Can't resolve '~/store' in '/var/www/html/rapid-remit-laravel/resources/js/Middleware'
ERROR in ./resources/js/Middleware/check-auth.js 7:0-28
Module not found: Error: Can't resolve '~/store' in '/var/www/html/rapid-remit-laravel/resources/js/Middleware'
ERROR in ./resources/js/Middleware/guest.js 1:0-28
Module not found: Error: Can't resolve '~/store' in '/var/www/html/rapid-remit-laravel/resources/js/Middleware'
ERROR in ./resources/js/Middleware/locale.js 7:0-28
Module not found: Error: Can't resolve '~/store' in '/var/www/html/rapid-remit-laravel/resources/js/Middleware'
ERROR in ./resources/js/Middleware/role.js 1:0-28
Module not found: Error: Can't resolve '~/store' in '/var/www/html/rapid-remit-laravel/resources/js/Middleware'
webpack compiled with 7 errors
The text was updated successfully, but these errors were encountered:
I'm deploying my project on AWS EC2 instance ubuntu 18.8 where I'm getting this error when I run the command to create production build.
npm run dev
The text was updated successfully, but these errors were encountered: