How To Install Browserslist On Debian, Ubuntu And Kali?
Install browserslist
-
Debian
apt-get install node-browserslistClick to copy -
Ubuntu
apt-get install node-browserslistClick to copy -
Kali Linux
apt-get install node-browserslistClick to copy
node-browserslist
Share browsers list between different front-end toolsThis module can be used to share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset. Developers set browsers list in queries like 'last 2 version' to be free from updating browser versions manually. Browserslistwill use 'Can I Use' data for this queries. Node.js is an event-based server-side JavaScript engine.
Installing browserslist command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu and Kali operating systems. Once you run the command it will install the latest version of browserslist 2026 package in your OS.




