orbitdb-archive / orbit-web

Orbit Web Application
https://orbit.chat
MIT License
265 stars 60 forks source link

BrowserslistError: Unknown browser query `android all` #78

Closed daxdax89 closed 5 years ago

daxdax89 commented 5 years ago

I've cloned orbit web repo inside Amazon EC2 Ubuntu 18 instance. Did a npm install and after i did npm run build i've got:

BrowserslistError: Unknown browser query android all

What's the issue with this?

JaniAnttonen commented 5 years ago

This is most probably related to https://github.com/ben-eb/caniuse-lite/issues/27. Please try to run npm install agaIn, it should work now.

latenssi commented 5 years ago

Closing as this seems fixed in latest version.