cd your_project_path
rm -rf .npmrc && rm -rf node_modules
pnpm install
pnpm add @vue/vue-cli-plugin-windicss -D
pnpm add -D yorkie webpack @babel/core @types/node @types/webpack-env
解决 pnpm install --reporter silent --shamefully-hoist
2 min read
cd your_project_path
rm -rf .npmrc && rm -rf node_modules
pnpm install
pnpm add @vue/vue-cli-plugin-windicss -D
pnpm add -D yorkie webpack @babel/core @types/node @types/webpack-env