We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error: spawn start-storybook ENOENT
Storybook Error Error: spawn start-storybook ENOENT
Maybe because of the Node.js upgrade?
$ 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.
The text was updated successfully, but these errors were encountered:
mahula
Tirokk
No branches or pull requests
💥 DevOps ticket
Storybook Error
Error: spawn start-storybook ENOENT
Maybe because of the Node.js upgrade?
Additional Information
The text was updated successfully, but these errors were encountered: