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
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
I'm sure if this is a browser sync issue or a config issue with the generator, but seen as this happens by doing a default generated build and then calling npm run serve I'm assuming it's a config issue.
But in short, when I try to view the app in the browser I get this in the console: :3001/browser-sync/browser-sync-client.js?v=2.23.2:89 Uncaught SyntaxError: Unexpected token }.
Which means that the Angular app fails to run... Any ideas what's happening? Or how to fix it.
The text was updated successfully, but these errors were encountered:
I'm sure if this is a browser sync issue or a config issue with the generator, but seen as this happens by doing a default generated build and then calling
npm run serve
I'm assuming it's a config issue.But in short, when I try to view the app in the browser I get this in the console:
:3001/browser-sync/browser-sync-client.js?v=2.23.2:89 Uncaught SyntaxError: Unexpected token }
.Which means that the Angular app fails to run... Any ideas what's happening? Or how to fix it.
The text was updated successfully, but these errors were encountered: