当前位置: 首页 > 工具软件 > CodeCreate > 使用案例 >

Install for [ ‘@vitejs/create-app@latest‘ ] failed with code 1

朱通
2023-12-01

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

 类似资料: