npm install 오류 code ERESOLVE 오류! npm install시 package.json에 기록된 모듈의 버전과 로컬에 설치된 모듈의 버전이 달라서 생기는 오류인 듯하다. 오류메시지 해결 다운그레이드하여 설치해준다. npm install --save --legacy-peer-deps StoryBook babel-loader 오류 npx sb init 실행 후 스토리북을 실행시켰을 때, 설치되어 있는babel-loader의 버전이 storybook이 요구하는 버전보다 높아서 생기는 오류인듯 하다. 오류 메시지 There might be a problem with the project dependency tree. It is likely not a bug in Create React App,..