-
Notifications
You must be signed in to change notification settings - Fork 5
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
Not compatible with @angular/[email protected] #35
Comments
Please add more information |
I did just that. There's not much to go by. |
There is enough to go by. Even up to solve the problem :) |
Same problem, I had to fixed the version of cli to 6.1.4. Besides I tried to use @angular-builders/custom-webpack:browser but I got the error "SyntaxError: Unexpected token export" When I was building the app. |
Update 2: after doing the setup and fixing the angular.json for 6.1.x CLI the above error is still there using @angular/cli 6.1.4:
Update 3: The trick was to downgrade
@larssn could you please post your Update 4: Changing |
Thank you @alex88 for the |
I just got the same problem with angular 7:
|
The error is:
It happens on an
ngw serve
, probably also the other commands.Downgrading to cli v6.1 fixes it.
The text was updated successfully, but these errors were encountered: