淘先锋技术网

首页 1 2 3 4 5 6 7

使用命令行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