已解决:Error: EPERM: operation not permitted, mkdir **\node_modules\.***-**'
2022/8/27 1:23:14
本文主要是介绍已解决:Error: EPERM: operation not permitted, mkdir **\node_modules\.***-**',对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
Error: EPERM: operation not permitted, mkdir 'E:\nodejs\node_modules\.npm-x5uKn2gY'
在重装了win10系统后npm出现了此问题
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, mkdir 'E:\nodejs\node_modules\.npm-x5uKn2gY'
npm ERR! [Error: EPERM: operation not permitted, mkdir 'E:\nodejs\node_modules\.npm-x5uKn2gY'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'mkdir',
npm ERR! path: 'E:\\nodejs\\node_modules\\.npm-x5uKn2gY'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! F:\Cache\npm_cache\_logs\2022-08-26T08_35_21_674Z-debug-0.log
解决方式 : 在nodejs 的 安装目录右击 选择 属性 > tab栏点击 安全 > 点击中间的编辑按钮 > 弹出的对话框 第一个框里点击自己所用的用户名 > 下边的权限至少选择到修改 > 我选择的是完全控制.
然后就解决了
这篇关于已解决:Error: EPERM: operation not permitted, mkdir **\node_modules\.***-**'的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-12-22项目:远程温湿度检测系统
- 2024-12-21《鸿蒙HarmonyOS应用开发从入门到精通(第2版)》简介
- 2024-12-21后台管理系统开发教程:新手入门全指南
- 2024-12-21后台开发教程:新手入门及实战指南
- 2024-12-21后台综合解决方案教程:新手入门指南
- 2024-12-21接口模块封装教程:新手必备指南
- 2024-12-21请求动作封装教程:新手必看指南
- 2024-12-21RBAC的权限教程:从入门到实践
- 2024-12-21登录鉴权实战:新手入门教程
- 2024-12-21动态权限实战入门指南