create-react-blog icon indicating copy to clipboard operation
create-react-blog copied to clipboard

create-react-blog run build typescript-estree & BrowserlistError

Open hanorine opened this issue 6 years ago • 1 comments
trafficstars

I ran $ yarn build

output:

yarn run v1.13.0
$ react-scripts build && ts-node -O {\"module\":\"commonjs\"} node_modules/navi-scripts/bin/navi-scripts.js build
Creating an optimized production build...
=============

WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.5.0

YOUR TYPESCRIPT VERSION: 3.5.1

Please only submit bug reports when using the officially supported version.

=============
BrowserslistError: Unknown browser query `android all`
BrowserslistError: Unknown browser query `android all`
BrowserslistError: Unknown browser query `android all`
BrowserslistError: Unknown browser query `android all`
BrowserslistError: Unknown browser query `android all`
BrowserslistError: Unknown browser query `android all`
BrowserslistError: Unknown browser query `android all`
BrowserslistError: Unknown browser query `android all`
...
BrowserslistError: Unknown browser query `android all`
BrowserslistError: Unknown browser query `android all`
BrowserslistError: Unknown browser query `android all`
Compiled successfully.

typescript-estree has moved to typescript-eslint. You might want to change it.

The BrowserlistError is a long list and at the end the compile completion message is printed with the chunks and so on... I couldn't figure out where BrowserlistError was coming from.

best regards

hanorine avatar Jun 19 '19 02:06 hanorine

Hey, thanks for pointing these out! I don't have time to update these right now, but would happily accept a PR!

jamesknelson avatar Jun 21 '19 02:06 jamesknelson