Is there a way to install all the necessary dependencies without storybook cli and npx? #24323
Unanswered
zhd4nov
asked this question in
Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't find a way to install specific dependency versions using npx storybook init.
The fact is that a private proxy to npm does not allow you to install the latest versions of packages, and the
npx storybook@{exact_version} init
command still tries to install the latest versions of packages.Can I manually install all the necessary dependencies with specific versions or tell the cli that I need all previous versions?
Beta Was this translation helpful? Give feedback.
All reactions