-
Notifications
You must be signed in to change notification settings - Fork 12k
Get error after update angular/cli version #8992
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
Using your repro, I had to first remove implements Then while running
Then I updated versions to latest ones ( |
@filipesilva it is not working on my side( Can you re-open the issue? |
Thanks for getting back to me, I'm reopening. I tried to reproduce with a newer version of Can you please tell me what do you see on your machine when you run |
For now you can run this command to use an older version of
|
The result of the command execution: Thanks for the workaround! |
Have been debugging this for a couple of hours and the best I can say is that the class inheritance mechanism that devextreme uses breaks down when passed through |
mishoo/UglifyJS#2663 might be related, I noticed some of that function inlining in the code I was investigating. |
The bug causing these problems is reported with repros at mishoo/UglifyJS#2663. |
I'm going to close this issue in favor of #8997 since the problem is the same. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
angular/cli: 1.5.0 - 1.6.0
angulat/core: 5.0.0
Repro steps
Observed behavior
After update angular and angular/cli versions I get error "TypeError: Cannot read property 'pointers' of undefined".
Desired behavior
If I use the 1.4.* version with angular 4, everything works fine
The text was updated successfully, but these errors were encountered: