-
Notifications
You must be signed in to change notification settings - Fork 39
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
The ember generate <entity-name>
command requires an entity name to be specified.
#12
Comments
Still seeing this issue after #11 was resolved. |
Does anyone have a workaround? 😢 |
|
There is a fix in #27 For now do the following: Install: After Install: The second command will add required packages plus does the bootstrapping. |
This command still returns the same error for me. @backspace Did you find a workaround? If I use |
Try |
I think this bug should be reopened as it seems not to be fixed. Steps to reproduce: ember addon addon-storybook-test && cd addon-storybook-test && ember install ember-cli-storybook Error output: 🚧 Installing packages... This might take a couple of minutes.
Yarn: Installed @storybook/ember-cli-storybook
installing ember-cli-storybook
The `ember generate <entity-name>` command requires an entity name to be specified. For more details, use `ember help`. Env: $ ember -v
ember-cli: 3.21.2
node: 14.7.0
os: linux x64 |
re-opening this until it is fixed |
This should fix this issue #57 |
Running
ember install ember-cli-storybook
seems to add the appropriate packages, but exits with the above error.Looking at the blueprint it looks like
@storybook/ember
is added topackage.json
, but fails before@babel/core
orbabel-loader
are installed.The text was updated successfully, but these errors were encountered: