초코레티 홈페이지로 이동합니다.
https://chocolatey.org/install#install-with-cmdexe



4)Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
5)choco --version
2.3.0

이제 yarn 설치합니다.
윈도우를 위한 패키지 매니저인 Chocolatey가 설치되어 있다면 아래 명령어를 통해 손쉽게 yarn을 설치할 수 있습니다.
명령 프롬프트를 열어 아래 코드를 입력합니다.
choco install yarn

노드 설치 후 아래 명령어 설치 필요
yarn create next-app my-nextjs-app --typescript



