question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BrowserslistError: Unknown browser query `android all`. Maybe you are using old Browserslist or made typo in query.

See original GitHub issue

BrowserslistError: Unknown browser query `android all`. Maybe you are using old Browserslist or made typo in query.

I received this error when using the react-starter-app, maybe its got to do something with BrowsersList itself, hence reporting it here.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:226
  • Comments:82 (19 by maintainers)

github_iconTop GitHub Comments

49reactions
deotcommented, Jun 18, 2019

thanks!

  1. npm cache clean --force
  2. rm -rf node_modules package-lock.json yarn.lock && npm install
  3. npm install caniuse-lite@1.0.30000974
45reactions
ycjcl868commented, Jun 19, 2019

temporary solution:

// package.json

  "resolutions": {
    "browserslist": "4.6.2",
    "caniuse-lite": "1.0.30000974"
  },
Read more comments on GitHub >

github_iconTop Results From Across the Web

react-create-app - get error about browserslist error
src/index.css) BrowserslistError: Unknown browser query android all. Maybe you are using old Browserslist or made a typo in the query.
Read more >
Browserslist on Twitter: "If you have “Unknown browser query ...
BrowserslistError : Unknown browser query `android all`. Maybe you are using old Browserslist or made typo in query. I received this error ...
Read more >
browserslisterror: unknown browser query android all
[ng] BrowserslistError: Unknown browser query basedir=$(dirname "$(echo "$0" | sed -e 's. Maybe you are using old Browserslist or made typo in query....
Read more >
Babel BrowsersListError on npm start - M220JS - MongoDB
... Unknown browser query `basedir=$(dirname "$(echo "$0" | sed -e \'s`. Maybe you are using old Browserslist or made typo in query.
Read more >
BrowserslistError: Unknown browser query `w`. Maybe you ...
node_modules/postcss-loader/src/index.js): BrowserslistError: Unknown browser query `w`. Maybe you are using old Browserslist or made typo in query. at ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found