My laravel mix isn't workin particulary the js part, the sass is working though and because the js isn't working it seems to affect installation of auth UI. I use laravel 8.6
The codes like this:
mix.js("resources/js/app.js", "public/js") .sass("resources/sass/app.scss","public/css")
This is the error:
ERROR in /js/app Module not found: Error can't resolve 'C:\xampp\htdocs\cms\resources\js\app. js' in 'C:xampp\htdocs\cms'
failed @ the development script.
This is probably not a problem with npm. There is likely additional logging output above.