Skip to content

Comments

npm -> pnpm 패키지 변경#9

Open
Seong-Myeong wants to merge 1 commit intomainfrom
feature/#7-chagne-to-pnpm
Open

npm -> pnpm 패키지 변경#9
Seong-Myeong wants to merge 1 commit intomainfrom
feature/#7-chagne-to-pnpm

Conversation

@Seong-Myeong
Copy link
Contributor

관련 이슈

PR 설명

  • 패키지 매니저를 npm -> pnpm으로 전환했습니다.
  • 기존 package.lock.json을 제거하고, pnpm 전용 락파일(pnpm-lock.yaml) 파일이 추가되었습니다.
  • 프로젝트 전역에 corepack을 통해 pnpm 버전이 자동 활성화되도록 설정했습니다.

변경 내용

  • pnpm-lock.yaml 추가
  • 설치명령어 변경
# 기존
npm install

# 변경
pnpm install --frozen-lockfile

@Seong-Myeong Seong-Myeong linked an issue Oct 24, 2025 that may be closed by this pull request
@Seong-Myeong Seong-Myeong changed the title Chore: migrate from npm to pnpm (#7) pnpm 적용 Oct 24, 2025
@Seong-Myeong Seong-Myeong changed the title pnpm 적용 npm -> pnpm 패키지 변경 Oct 24, 2025
@Seong-Myeong Seong-Myeong force-pushed the feature/#7-chagne-to-pnpm branch from 0280c78 to a85ae6a Compare October 29, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pnpm 적용

2 participants