디자인 시스템 세팅을 하는 부분에서 yarn berry를 사용했는데
yarn dlx @yarnpkg/sdks vscode를 해야한다고 실행을 하였습니다.
하지만아래와 같은 에러가 발생했습니다.
YN0001: Error: Your application tried to access color-convert, but it isn't declared in your dependencies; this makes the require call ambiguous and unsound.
Required package: color-convert
Required by: /Users/parksanghyun/.yarn/berry/cache/ansi-styles-npm-4.3.0-245c7d42c7-8.zip/node_modules/ansi-styles/
그래서 yarn add color-convert를 하고 다시 해보았지만 똑같은 에러가 발생을 합니다. 이에러를 어떻게 고칠 수 있나요?