使用命令行npm init @vitejs/app
新建vite2.x项目报错 Install for [ '@vitejs/create-app@latest' ] failed with code 1
解决:
使用管理员权限,打开命令行窗口,然后输入
cmd /c 你的用户名/J "C:\Users\你的用户名" "C:\Users\Mike Shi"
npm config set cache C:\Users\你的用户名\AppData\Roaming\npm-cache
npm config set prefix C:\Users\你的用户名\AppData\Roaming\npm
参考:
https://www.bianchengquan.com/article/232591.html