yarn create vite时报错error Error: EPERM: operation not permitted, mkdir

admin2024-09-06  25

在构建项目的前端脚手架时,窗口出现了该错误,搜索了大量解决方案后,以下是我的步骤

yarn create vite时报错error Error: EPERM: operation not permitted, mkdir,第1张

再cd到我的D盘项目路径位置yarn create vite时报错error Error: EPERM: operation not permitted, mkdir,第2张

再次运行yarn create vite yarn create vite时报错error Error: EPERM: operation not permitted, mkdir,第3张

算了,换npm搞:npm create vite@latest

yarn create vite时报错error Error: EPERM: operation not permitted, mkdir,第4张

出现以下报错

我的解决方案:

清楚npm缓存:npm cache clean --force

禁用SSL:npm config set strict-ssl false

手动设置npm镜像源:npm config set registry https://registry.npm.taobao.org/yarn create vite时报错error Error: EPERM: operation not permitted, mkdir,第5张

然后OK了

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明原文出处。如若内容造成侵权/违法违规/事实不符,请联系SD编程学习网:675289112@qq.com进行投诉反馈,一经查实,立即删除!