npm - update browsers list database (caniuse database)
Bash[Edit]
+
0
-
0
npm - update browsers list database (caniuse database)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22# Simple steps: # 1. go to the project directory (package.json file should be in the directory) # 2. execute the command: # npx update-browserslist-db@latest # Example output: # # Browserslist: caniuse-lite is outdated. Please run: # npx update-browserslist-db@latest # Why you should do it regularly: https://github.com/browserslist/update-db#readme # Latest version: 1.0.30001589 # Installed version: 1.0.30001458 # Removing old caniuse-lite from lock file # Installing new caniuse-lite version # $ npm install caniuse-lite # Cleaning package.json dependencies from caniuse-lite # $ npm uninstall caniuse-lite # caniuse-lite has been successfully updated
[Edit]
+
0
-
0
npm - update browsers list database (caniuse database)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16npx update-browserslist-db@latest # Example output: # # Browserslist: caniuse-lite is outdated. Please run: # npx update-browserslist-db@latest # Why you should do it regularly: https://github.com/browserslist/update-db#readme # Latest version: 1.0.30001589 # Installed version: 1.0.30001458 # Removing old caniuse-lite from lock file # Installing new caniuse-lite version # $ npm install caniuse-lite # Cleaning package.json dependencies from caniuse-lite # $ npm uninstall caniuse-lite # caniuse-lite has been successfully updated