Skip to content
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

MCC does not work with older versions of Angular #168

Open
jolle-c opened this issue Sep 2, 2020 · 1 comment
Open

MCC does not work with older versions of Angular #168

jolle-c opened this issue Sep 2, 2020 · 1 comment

Comments

@jolle-c
Copy link

jolle-c commented Sep 2, 2020

It appears it's not possible to use MCC on an older version of Angular. Due to dependency of other plugins that are not yet upgraded to Angular 9-10 we can't upgrade Angular. We're for the time being stuck on Angular 8. Unfortunately MCC seems to require Angular 10. That's a pity. Would increase its usability if it supported older versions as well.

The errors we get when running ng serve are all basically this:
TS1086: An accessor cannot be declared in an ambient context.

The solution, to uninstall MCC

@motabass
Copy link
Contributor

motabass commented Sep 3, 2020

What version of typescript do you use? It seems like the problem is related to newer typescript feature not being supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants