Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

💥 [DevOps][Webapp] Storybook Error Error: spawn start-storybook ENOENT #7341

Open
Tirokk opened this issue Apr 30, 2024 · 0 comments
Open
Assignees
Labels

Comments

@Tirokk
Copy link
Member

Tirokk commented Apr 30, 2024

💥 DevOps ticket

Storybook Error Error: spawn start-storybook ENOENT

Maybe because of the Node.js upgrade?

Additional Information

$ yarn storybook
yarn run v1.22.19
$ cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 3002  -s ./static -c storybook/
node:events:496
      throw er; // Unhandled 'error' event
      ^

Error: spawn start-storybook ENOENT
    at ChildProcess._handle.onexit (node:internal/child_process:286:19)
    at onErrorNT (node:internal/child_process:484:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
    at ChildProcess._handle.onexit (node:internal/child_process:292:12)
    at onErrorNT (node:internal/child_process:484:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn start-storybook',
  path: 'start-storybook',
  spawnargs: [ '-p', '3002', '-s', './static', '-c', 'storybook/' ]
}

Node.js v20.12.1
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
Status: Sprint Backlog
Development

No branches or pull requests

2 participants