-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Update CLI docs from sb
to storybook
#17934
Comments
I would like to take this issue If no one started working already. I read the discussion mentioned in this issue. I noticed the places to change in docs. But, I would like to know about the blog posts and code. |
@SulthanNK thanks so much for taking this on! re: blog posts, you can't update the blog posts, so don't worry about that. https://github.com/storybookjs/storybook/blob/next/lib/cli/src/automigrate/index.ts#L55 |
Hi @shilman, When I try to run the "yarn bootstrap --core" command from the initial setup of code contributions. I'm getting these error messages. Did I miss anything? |
Closing this as the documentation is already featuring the mentioned command as default. |
We use
npx sb init/upgrade/etc.
in all our docs. Unfortunately this fails if the user has a program calledsb
installed. This feels like a deficiency ofnpx
, but it is what it is.We should switch to
npx storybook
instead:See full discussion here #17923
The text was updated successfully, but these errors were encountered: