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

[Bug] ember install @storybook/ember-cli-storybook error on fresh new ember app / ember addon #186

Open
29decibel opened this issue Nov 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@29decibel
Copy link

Describe the bug

Fresh ember app / addon trying to install @storybook/ember-cli-storybook erroring out.

Steps to reproduce the behavior

ember new example
cd example
ember install @storybook/ember-cli-storybook

Expected behavior

Installed success

Screenshots and/or logs

❯ ember install @storybook/ember-cli-storybook

🚧  Installing packages... This might take a couple of minutes.
yarn: Installed @storybook/ember-cli-storybook
Cannot find module '/private/tmp/example/node_modules/parse5/lib/index.js'. Please verify that the package.json has a valid "main" entry


Stack Trace and Error Report: /var/folders/zq/wxzzmwnx565d8hn_742ylq_00000gp/T/error.dump.c1a66321c3ced74166d5883802528a4b.log

Environment

  • OS: macOS
  • Node.js version: v16.18.1
  • NPM version: 8.19.2
  • Ember-cli 4.12.1

Additional context

Add any other context about the problem here.

@29decibel 29decibel added the bug Something isn't working label Nov 9, 2023
@jelhan
Copy link

jelhan commented Dec 13, 2023

I run into another issue when running ember install @storybook/ember-cli-storybook on a fresh Ember application:

The ember generate <entity-name> command requires an entity name to be specified. For more details, use ember help.

$ ember install @storybook/ember-cli-storybook

🚧  Installing packages... This might take a couple of minutes.
npm: 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`.
$ ember -v
ember-cli: 4.12.2
node: 18.14.1
os: linux x64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants