-
Notifications
You must be signed in to change notification settings - Fork 10
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
BrowserslistError: Unknown browser query dead
#22
Comments
Was able to resolve by removing this
from
|
from which package.json, isn't that list necessary in order to autoprefix stuff |
It is the I think it is because a downstream dependency is using a really old version of |
Any news on this, seems that without this list the compiled css will not work on some browsers. My temporary fix in my case was to create an empty .browserslistrc at the root of tachyons |
If no one got a solution for this issue, yet, I think there is a one!
|
Can you explain how should I do this? |
this is an explicit solution for the problem that you need to change browserslist version through your local there is another solution for this if |
Looks like the issue originates from I think that I've opened an issue in the tachyons-build-css repository, upvote it please if you think that it is relevant. |
my solution was updating "cssnano": "4.1.10", and "autoprefixer": "9.6.1", |
Unknown browser query I have the same problem,Has anybody solved it? I tried your method, but it didn't work. |
|
Was following the Tachyons And React Tutorial and ran into this error:
I think it might be resolved by
Dependencies:
The text was updated successfully, but these errors were encountered: