Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn1 -> yarn2( berry ) 마이그레이션 #1

Open
dev-HongCheol opened this issue Jan 16, 2024 · 1 comment
Open

yarn1 -> yarn2( berry ) 마이그레이션 #1

dev-HongCheol opened this issue Jan 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dev-HongCheol
Copy link
Collaborator

복잡한 의존성 모듈 설치 및 zero install을 위한 마이그레이션 지원
prettier + tailwind 적용방법 체크 필요

@dev-HongCheol dev-HongCheol added the enhancement New feature or request label Jan 16, 2024
@dev-HongCheol dev-HongCheol self-assigned this Jan 16, 2024
@dev-HongCheol
Copy link
Collaborator Author

prettier 관련 이슈 발생.

플러그인 prettier-plugin-tailwindcss 적용 시 prettier가 정상적으로 동작하지 않음.
이슈 링크
yarn 3, 4동일.

임시 방법은 아래의 링크이나 저장 시 포멧팅이 불가능하여
허스키를 통해 커밋 전 전체 포메팅을 진행해야 할듯 보인다.
시간이 소요되는 만큼 지금은 적용은 맞지 않다고 판단.
https://dev.to/javien/how-to-use-prettier-plugin-with-yarn-pnp-in-vscode-4pf8

적용법

  1. .lock파일 제거
  2. yarn 버전 변경 yarn set version berry
  3. vscode용 설정파일 세팅 yarn dlx @yarnpkg/sdks vscode
  4. 타입스크림트 관련 알림이 뜨면 적용(허용)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant