Running yarn storybook in examples/aem-kitchen-sink results in a warning:
Browserslist: caniuse-lite is outdated. Please run the following command: npx browserslist --update-db
Steps to reproduce the behavior
From the root directory, run yarn
From the root directory, run yarn build
Change directories to examples/aem-kitchen-sink
From the examples/aem-kitchen-sink directory, run yarn storybook
Expected behavior
Storybook runs without warnings or errors
Screenshots and/or logs
10% building 7/13 modules 6 active /aem/node_modules/webpack/buildin/module.js
Browserslist: caniuse-lite is outdated. Please run the following command: npx browserslist --update-db
Describe the bug
Running
yarn storybook
in examples/aem-kitchen-sink results in a warning: Browserslist: caniuse-lite is outdated. Please run the following command:npx browserslist --update-db
Steps to reproduce the behavior
yarn
yarn build
yarn storybook
Expected behavior
Storybook runs without warnings or errors
Screenshots and/or logs
10% building 7/13 modules 6 active /aem/node_modules/webpack/buildin/module.js Browserslist: caniuse-lite is outdated. Please run the following command:
npx browserslist --update-db
Environment
Additional context
Add any other context about the problem here.