We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "browserslist": [ "last 4 version", "> 2%", "not dead", "IE 11", "not op_mob 59" ], }
works fine?
Just import font-awesome
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome' import {faFile} from '@fortawesome/free-solid-svg-icons'
and got error: node_modules/@fortawesome/react-fontawesome/index.es.js: Unknown version 59 of op_mob
node_modules/@fortawesome/react-fontawesome/index.es.js: Unknown version 59 of op_mob
The text was updated successfully, but these errors were encountered:
Are you using browserslist 4.14.4 or newer? You might need to bump the version in your lockfile. #5164 (comment)
browserslist
Parcel 16.8.3
There is no such version, the last v1 release was 1.12.4
Sorry, something went wrong.
I had the same problem (node 14.15.0 but using npm on ubuntu and parcel 1.12.4).
Thank you @mischnic, adding "browserslist": "4.14.4" as a dev dependency to my package.json solved it.
"browserslist": "4.14.4"
BrowserslistError: Unknown version 72 of opera
react-fontawesome
No branches or pull requests
🐛 bug report
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
works fine?
😯 Current Behavior
Just import font-awesome
and got error:
node_modules/@fortawesome/react-fontawesome/index.es.js: Unknown version 59 of op_mob
🌍 Your Environment
The text was updated successfully, but these errors were encountered: