- Notifications
You must be signed in to change notification settings - Fork96
Error when using unsupported PostCSS version (#361)#362
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Error when using unsupported PostCSS version (#361)#362
Uh oh!
There was an error while loading.Please reload this page.
Conversation
coveralls commentedDec 6, 2020
1 similar comment
coveralls commentedDec 6, 2020
Uh oh!
There was an error while loading.Please reload this page.
@RyanZim this PR is ready to merge. My |
I tried to find a good solution to the auto-discovery of the package manager but to no avail. Could keep looking for a solution for a later PR though of the feature is really needed. |
KISS; no need for any fancy auto-detection. LGTM |
Added the
postcss
version check@ai talked about. Changed the wording a bit and used the built-inerror
function.As for testing this functionality, not going to lie. I couldn't get this error to throw ones, even did the steps mentioned in the issue (#361) by using
npm link
to this version and installing plugins that usePostCSS 7
and it builds the CSS file and didn't throw a single error.Seems like this error might be thrown very rarely? But I do hope it helps in the long run. 🙂