$ cat "dev63.hatenablog.com/entry/2024/02/08/230620.md"
// ブログエントリー — 2024/2/8

Error: It looks like you are having a known issue with package hoisting.

エラー内容

# npx sb init したときに表示

Running Storybook
yarn run v1.22.19
$ storybook dev -p 6006 --initial-path=/onboarding --quiet
🔴 Error: It looks like you are having a known issue with package hoisting.
Please check the following issue for details and solutions: https://github.com/storybookjs/storybook/issues/22431#issuecomment-1630086092

解決策

# 以下で解消
# 依存関係を再インストール
rm -rf node_modules yarn.lock
yarn install
ENTRY: dev63.hatenablog.com/entry/2024/02/08/230620.md
DATE: 2024/2/8
WORDS: 61