codedang icon indicating copy to clipboard operation
codedang copied to clipboard

Specify Node.js version

Open dotoleeoak opened this issue 2 years ago • 1 comments

Describe the problem and solution

모든 개발 환경에서 동일한 Node.js 버전을 사용하도록 세팅합니다.

  • 방법 1: .nvmrc 사용
  • 방법 2: .node-version 사용
  • 방법 3: pnpm 설정 (use-node-version)

이 중 방법 3 사용할 예정이고, 나머지는 더 조사해보고 필요하면 같이 적용하겠습니다. ..

Validations

dotoleeoak avatar Oct 14 '22 04:10 dotoleeoak