-
pnpm 설정
pnpm setup
-
@subicura/vitepress-theme 저장소 불러오기
같은 depth의 디렉토리에 설정
git clone https://github.com/subicura/vitepress-theme.git cd vitepress-theme pnpm install pnpm link --global
-
현재 저장소에서 실행
asdf install pnpm install pnpm link --global @subicura/vitepress-theme pnpm dev
만약 아래와 같은 에러가 발생한다면
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'i18n')
-
현재 저장소의
node_modules
삭제 -
vitepress-theme
패키지의node_modules
삭제 -
store에서 참조되고 있지 않은 패키지 삭제
pnpm store prune
-
vitepress-theme
패키지에서 실행pnpm install pnpm link --global
-
현재 저장소에서 실행
pnpm install pnpm link --global @subicura/vitepress-theme pnpm dev