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

Angular getstorybook broken #2569

Closed
shilman opened this issue Dec 27, 2017 · 1 comment
Closed

Angular getstorybook broken #2569

shilman opened this issue Dec 27, 2017 · 1 comment

Comments

@shilman
Copy link
Member

shilman commented Dec 27, 2017

Issue details

Added storybook to a fresh angular project and it needs extra steps to install.

Steps to reproduce

Here's what I expected to work:

ng new angular-test
cd angular-test/
yarn add @storybook/cli --dev
yarn run getstorybook
yarn run storybook

Here are the additional steps I had to take to get the example working:

yarn add @storybook/addon-notes --dev
yarn add @types/lodash-es --dev
yarn storybook

Please specify which version of Storybook and optionally any affected addons that you're running

  • @storybook/cli 3.3.0

Affected platforms

  • This appears to be a problem with the CLI for angular
@shilman shilman changed the title Angular getstorybook issues Angular getstorybook broken Dec 27, 2017
@igor-dv
Copy link
Member

igor-dv commented Dec 27, 2017

So is it fixed?

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

3 participants