Storybook
npm run storybook opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' } のエラー Node.js v18 にアップグレー…
npm run storybookでエラー Error: No configuration files have been found in your configDir (/projectまでのパス/.storybook). 一旦.storybookを消してたこと忘れた。 npx sb init で初期化!!! しかし checking possible migrations.. Unable to fin…