-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Error in ng serve - Posible solution: Upgrade AutoPrefixer #9861
Comments
@MrJmpl3 It is not specific to Angular CLI. From the error it looks like it is something to do with your code ? You should check if you are trying to access 'warn' property on some null value. |
CLI should update autoprefixer to 8.1. I got this same issue, and it is a bug that comes from autoprefixer. I opened an issue in their repo here postcss/autoprefixer#988 and it is fixed in 8.1 now. |
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. |
Versions
Repro steps
Observed behavior
Desired behavior
Upgrade AutoPrefixer
Mention any other details that might be useful (optional)
The text was updated successfully, but these errors were encountered: