jadjoubran / laravel5-angular-material-starter

Get started with Laravel 5.3 and AngularJS (material)
https://laravel-angular.readme.io/
MIT License
1.66k stars 400 forks source link

Changes to app not showing even after refresh. #180

Closed yunus89 closed 8 years ago

yunus89 commented 8 years ago

I am following screencast on getting started from laravel-angular.io. I followed exact steps but for some reasons whenever i change the code in my source code, the change is not reflected in browser even after refresh and 're-serving'.

When i try to use gulp && gulp watch, i get an error

module.js:85
throw e;
^

SyntaxError: Error parsing C:\xampp\htdocs\laravel5-angular-material-starter\nod
e_modules\gulp\node_modules\orchestrator\node_modules\end-of-stream\package.json
: Unexpected token
jadjoubran commented 8 years ago

Hi @yunus89

I just tried the setup and I didn't have this error.. Could you try removing your node_modules folder and installing it again?

Let me know if that fixes it for you

yunus89 commented 8 years ago

problem fixed