Failed To Compile React App

Asked By 0 points N/A Posted on -
qa-featured

The following error is displayed when I open the create-react-app with npm start. I’m new to React and have had no problem using the command line to create a new app in the last few days.

I tried to start npx, start npm, and reinstall npm for the updated version.

Compilation failed

./src/index.css [/index.css]

BrowserslistError: Unknown browser query `android all`. You may be using an old navigation list or a typo in a query.

on Array.reduce (<anonymous>)

on Array.some (<anonymous>)

on Array.filter (<anonymous>)

SHARE
Answered By 50 points N/A #318490

Failed To Compile React App

qa-featured

There is a new bug in BrowserList.

There are new reports in the create-react app and in the list of browsers the workaround to the github problem is to modify the entry of the browser list in package.json.

“Browser List”: []

This will create and run the project.

Related Questions