storybookjs / aem

Adobe Experience Manager Storybook app with events, knobs, docs, addons, and more
https://storybook-aem.netlify.com/
MIT License
33 stars 24 forks source link

[Bug] Browserslist: caniuse-lite is outdated. Please run the following command: `npx browserslist --update-db` #153

Open davidrmckinnon opened 3 years ago

davidrmckinnon commented 3 years ago

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

  1. From the root directory, run yarn
  2. From the root directory, run yarn build
  3. Change directories to examples/aem-kitchen-sink
  4. 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

Environment

Additional context

Add any other context about the problem here.