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
@shilman Is there a proposed solution for NPM 8? I've pulled all storybook dependencies into a separate NPM project and listed @storybook/addon-docs as a dependencies:
However, NPM 8 installs this in the packages node_modules. i.e. <project_root>/node_modules/@my_package/node_modules/@storybook/addon-docs and Webpack can't find it.
On the other hand, if I install @storybook/addon-docs in my project root, it resolves and Webpack builds correctly.
We’re cleaning house! Storybook has changed a lot since this issue was created and we don’t know if it’s still valid. Please open a new issue referencing this one if:
@shilman Is there a proposed solution for NPM 8? I've pulled all storybook dependencies into a separate NPM project and listed
@storybook/addon-docs
as a dependencies:However, NPM 8 installs this in the packages node_modules. i.e.
<project_root>/node_modules/@my_package/node_modules/@storybook/addon-docs
and Webpack can't find it.On the other hand, if I install
@storybook/addon-docs
in my project root, it resolves and Webpack builds correctly.Originally posted by @josh-biddick in #14429 (comment)
The text was updated successfully, but these errors were encountered: