You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2023. It is now read-only.
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 storybookin examples/aem-kitchen-sink results in a warning:Browserslist: caniuse-lite is outdated. Please run the following command:
npx browserslist --update-dbSteps to reproduce the behavior
yarnyarn buildyarn storybookExpected 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-dbEnvironment
Additional context
Add any other context about the problem here.