-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix addon install command #225
base: main
Are you sure you want to change the base?
Conversation
The command copied to the clipboard was different from the one displayed. It erroneously used 'npx' instead of 'npm'. Now we use 'npm' consistently. In addition, we add the '-D' flag to add the addon to dev dependencies, which is what people usually want to do.
✅ Deploy Preview for storybook-addon-catalog ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for storybook-frontpage ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@kkuegler is attempting to deploy a commit to the Storybook Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for spotting that bug @kkuegler
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi @cdedreuille, thanks for accepting the PR! I just wanted to check in because you merged storybookjs:main into my repo, but not (yet) the other way around. Maybe that was an oversight. |
The command copied to the clipboard was different from the one displayed. It erroneously used 'npx' instead of 'npm'. Now we use 'npm' consistently.
In addition, we add the '-D' flag to add the addon to dev dependencies, which is what people usually want to do.