-
-
Notifications
You must be signed in to change notification settings - Fork 188
"Cannot read property '_autoprefixerDisabled' of undefined'" #47
Comments
This solves my issue:
Now the task succeeds. |
Same here with gulp-cssnext. |
Autoprefixer takes a risk by upgrading to postcss 3 as a minor release (3.1 ->3.2) (poke @ai). This kind of situation doesnt really respect semver :/ |
Thank you very much for your speedy reply! |
@MoOx yeap, I should released 4.0 :). But I understand it only after release :(. |
@MoOx I unpublish 3.2 and release semver correct 4.0 release. Sorry. https://github.com/postcss/autoprefixer/releases/tag/4.0.0 |
Good. Thanks ! |
👍 thanks @MoOx |
Efficiency at its best. 👌 |
Whoa, fixed while I was sleeping. :)~ |
Good solution. Thanks |
I originally filed this over at webcompat/webcompat.com#394.
I used to have:
Deleting node_modules and reinstalling I now have:
And now
grunt cssnext
fails with"Cannot read property '_autoprefixerDisabled' of undefined'"
The text was updated successfully, but these errors were encountered: