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.

Browserslist error

See original GitHub issue

Hello, i just used ‘npx create-react-app project-name’ and when im starting my project im getting this error:

/src/index.css (./node_modules/css-loader/dist/cjs.js??ref–6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./src/index.css) BrowserslistError: Unknown browser query android all. Maybe you are using old Browserslist or made typo in query. at Array.reduce (<anonymous>) at Array.some (<anonymous>) at Array.filter (<anonymous>)

Npm -v : 6.9.0 Node -v : v10.16.0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:215
  • Comments:161 (9 by maintainers)

github_iconTop GitHub Comments

56reactions
NaNdaWteKcommented, Jun 18, 2019

There isn’t a solution, but if you want to continue developing, remove development browserlist items in package.json works for me

"browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [  
    ]
  }
37reactions
kirjaicommented, Jun 18, 2019

hate to be “that guy”, but commenting "Same issue" isn’t really productive, and just pollutes the issue for whoever’s looking at it. please reconsider

Read more comments on GitHub >

github_iconTop Results From Across the Web

browserslist error(module not found) when run next build
The bug seems to be introduced in this commit by switching to a precompiled version of browserslist. I replaced the compiled import require(" ......
Read more >
react-create-app - get error about browserslist error
It is a new bug in BrowserList. Below the workaround given on the GitHub issue is to change the browserslist entry in package.json...
Read more >
Browserslist on Twitter: "Many of users mistype our CLI tool ...
Many of users mistype our CLI tool name and type browserlist instead of browserSlist. Previously, npm returns confused 404 error. Now we release...
Read more >
ERROR: Browserslist: caniuse-lite is outdated - SonarQube
It's just an error in the logs and probably some other side-effects like not properly analysing all the “current” rules that would come...
Read more >
browserslist-browserstack | Yarn - Package Manager
Run BrowserStack tests for all browsers in project's [Browserslist][browserslist-repo] config (with additional include/exclude filters).
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