언어/React
[React] Storybook 설치 오류 (@testing-library)
김뱅쓰
2023. 3. 1. 13:42
npx -p @storybook/cli sb init
으로 설치

이런 오류가 떠서 대충 @testing-library가 없다는 뜻으로 보고
바로 설치
npm install --save-dev @testing-library/react

npm audit fix
하고 다시 실행

해결