Describe the bug
The documentation uses npx storybook and build-storybook but does not contain a minimal or full list of NPM packages that should be installed for storybook to work. For instance, I ran npx storybook init and I did not see any updates to my package.json and I did not see any list of packages in the command output. Should I include @storybook/cli in my package json so that I can run the commands for building? Should I always include @storybook/addons-some-addon in the package json? It is unclear from the documentation what to do if we aren't using npx storybook.
To Reproduce
No response
System
No response
Additional context
No response
Describe the bug
The documentation uses
npx storybookandbuild-storybookbut does not contain a minimal or full list of NPM packages that should be installed for storybook to work. For instance, I rannpx storybook initand I did not see any updates to mypackage.jsonand I did not see any list of packages in the command output. Should I include@storybook/cliin my package json so that I can run the commands for building? Should I always include@storybook/addons-some-addonin the package json? It is unclear from the documentation what to do if we aren't usingnpx storybook.To Reproduce
No response
System
No response
Additional context
No response