0

I got an issue here and that is when I run

npm run watch

or

npm run watch-poll

in the terminal it's open the browser in

http://localhost:8000/

because had written in the webpack.mix.js file this code:

mix.js('resources/assets/js/app.js', 'public/js')
.sass('resources/assets/sass/app.scss', 'public/css')
.sourceMaps()
.browserSync('http://localhost:8000/');

but when it opens the browser it's keeps loading and at the end it giving me that blank screen with This page isn’t working in it, like the attached image here

enter image description here

Peyman Mohamadpour
  • 17,954
  • 24
  • 89
  • 100
Amr Atef
  • 29
  • 3

1 Answers1

0

I found out a post in here and it's helped me a lot by reinstalling the cross-env by typing sudo npm install cross-env

Amr Atef
  • 29
  • 3