Skip to content
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

Replace inquirer with prompts #13226

Closed
thebuilder opened this issue Nov 23, 2020 · 2 comments
Closed

Replace inquirer with prompts #13226

thebuilder opened this issue Nov 23, 2020 · 2 comments

Comments

@thebuilder
Copy link
Contributor

To help reduce the size of the Storybook project, removing Inquirer seems to be one step in the right direction. It was removed from create-react-app in version 4.0.1, which has drastically reduce the overall install size.

See:

Implemented in #13225

There are still dependencies in the project that rely on the package, but removing it from Storybook itself paves the way for others.

See yarn why inquirer for other reasons it exists.

@shilman
Copy link
Member

shilman commented Dec 4, 2020

Great Caesar's ghost!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.2.0-alpha.3 containing PR #13225 that references this issue. Upgrade today to the @next NPM tag to try it out!

npx sb upgrade --prerelease

Closing this issue. Please re-open if you think there's still more to do.

@shilman
Copy link
Member

shilman commented Jan 14, 2021

ZOMG!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.2.0-alpha.14 containing PR #13520 that references this issue. Upgrade today to the @next NPM tag to try it out!

npx sb upgrade --prerelease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants