getredash / redash

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
http://redash.io/
BSD 2-Clause "Simplified" License
25.96k stars 4.34k forks source link

Update caniuse-lite #4294

Open arikfr opened 4 years ago

arikfr commented 4 years ago

When running npm run build we get the following warning:

Browserslist: caniuse-lite is outdated. Please run next command npm update caniuse-lite browserslist

tamsanh commented 4 years ago

I am also currently running into this during docker-compose up when I checkout v8.0.0.

wadrn commented 3 years ago

hi I got the same error in node v8.0.0. npm v 5.0.0 Could you share how to fix this?

tamsanh commented 3 years ago

@wadrn I think I gave up and ended up writing something on my own, haha.

arikfr commented 3 years ago

@wadrn this shouldn't block you from building, it's only a warning. You should update to more recent node and npm versions (our package.json recommends node 12+ and npm 6+).