-
Notifications
You must be signed in to change notification settings - Fork 1.2k
multiple errors after a fresh install with 5.0.0-rc1 #2711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Check https://angular-fullstack.github.io/get-started/running/ It is |
@albert-92
and in the browser on localhost:9000
|
ah on 8080 it is working now... |
We'll probably wait until Angular 6 is released. The warnings are coming from Angular itself; there's not much we can do about them, and I wouldn't worry about them either. |
----- | -----
generator-angular-fullstack | 5.0.0-rc1
Node | 8.9.4
npm | 5.6.0
Operating System | OS X 10.11.6
----- | -----
Transpiler | TypeScript
Markup | HTML
CSS | SCSS
Router | ngRoute
Client Tests | Jasmine
DB | MongoDB
Auth | N
Bootstrap | N
this is my output after run
gulp serve
in a fresh app generationafter i deleted the import of admin.scss (that doesn't exist) my webpack compile with warnings and the project doesn't work because when i open the app in the browser it it throws
Uncaught SyntaxError: Unexpected token <
in vendor app and polyfillhow can i fix these errors to make the app working?
do you think is possible to update angular to version 6 and how can i do it?
regards
The text was updated successfully, but these errors were encountered: