Open
Description
openedon Apr 21, 2023
Describe the bug
Getting errors like these in a monorepo:
The @storybook/addon-links is not installed in pats/. Did you forget to install it or is your package.json in a different location?
the pats
is the root of the monorepo.
Each package has storybook and addons installed.
Expected behavior
no error
Additional context
I'm not sure if storybook should be hoisted or install only at the top level of monorepo.
Right now, I have each package self-contained and each has their own copy of storybook.
I'm using pnpm
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment