电脑重装系统后重新配置环境安装node后,npm命令安装报错 Error: EPERM: operation not permitted

npm ERR! code EPERM
npm ERR! syscall mkdir
npm ERR! path C:\Program Files\nodejs\node_cache\_cacache
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_cache\_cacache'
npm ERR!  [OperationalError: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_cache\_cacache'] {
npm ERR!   cause: [Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_cache\_cacache'] {
npm ERR!     errno: -4048,
npm ERR!     code: 'EPERM',
npm ERR!     syscall: 'mkdir',
npm ERR!     path: 'C:\\Program Files\\nodejs\\node_cache\\_cacache'
npm ERR!   },
npm ERR!   isOperational: true,
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'mkdir',
npm ERR!   path: 'C:\\Program Files\\nodejs\\node_cache\\_cacache'
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! or that you lack permissions to access it.
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.

解决方案:删除当前用户目录下面的.npmrc文件重新安装即可

npm安装报错Error: EPERM: operation not permitted解决方案相关推荐

  1. npm intasll 安装报错 Error: EPERM: operation not permitted, mkdir ‘C:\Program Files\nodejs\node_cache\_

    Node.js安装及环境配置完成之后 npm install express -g 安装全局的模块报错提示没有权限operation not permitted mkdir 错误编号4048: 其原因 ...

  2. npm安装electron时报Error: EPERM: operation not permitted, scandir.....

    刚弄完vue脚手架,准备安装electron写个桌面应用,运行命令vue add electron-builder一直报错 Error: EPERM: operation not permitted, ...

  3. NPM报错 Error: EPERM: operation not permitted, unlink......解决办法。使用 rimraf 快速删除node_modules和清除缓存

    由于国内外环境因素,npm install安装依赖的时候经常会出现各种问题,特别是"Error: EPERM: operation not permitted, unlink-"这 ...

  4. npm install报错:EPERM: operation not permitted

    部分内容转载于:"npm ERR! Error: EPERM: operation not permitted"权限不足问题解决 - 代码先锋网 今天又遇到了EPERM: oper ...

  5. node.js报错“Error: EPERM: operation not permitted, stat ‘C:\Recovery‘“

    异常 node:internal/fs/utils:344throw err;^Error: EPERM: operation not permitted, stat 'C:\Recovery'at ...

  6. vue脚手架安装时出现Error EPERM operation not permitted这个错误

    vue脚手架安装时出现Error: EPERM: operation not permitted这个错误 **原因:**出现这个错误是因为安装全局模块时没有管理员权限,需要以管理员身份运行命令提示符窗 ...

  7. 【解决方法】hexo g 报错 OperationalError: EPERM: operation not permitted, unlink ...

    运行 hexo g 报错如下: FATAL {err: [OperationalError: EPERM: operation not permitted, unlink 'F:\blog\publi ...

  8. npm 安装报错 code EPERM syscall mkdir

    安装npm报错,在已经删除.npmrc文件和执行npm cache clean --force都无法解决问题之后 更改node的文件夹更改权限,成功解决问题 1.找到nodejs文件位置 2.找到文件 ...

  9. npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法

    npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法 参考文章: (1)npm install ...

最新文章

  1. java初反射_初始 java 反射机制 (一)
  2. Spring Boot(五):spring data jpa的使用
  3. centos7.6下的python3.6.9虚拟环境安装elastalert
  4. pat天梯赛练习 L2-006
  5. ITK:将具有RGB像素的vtkImageData转换为itk :: Image
  6. [css] 移动端的布局用过媒体查询吗?写一个试试
  7. CSS3属性之text-indent文本缩进使用详解
  8. LeetCode 524 通过删除字母匹配到字典里最长单词
  9. 关于Linux内核的一些问题
  10. Zabbix 系统监控(二)Linux 系统监控
  11. sqlserver2008附加数据库——错误3415
  12. 190104每日一句
  13. axture动画原型制作_AxureUX手机移动端交互原型通用模板精简版
  14. 大学生转入计算机专业申请书,计算机系大学生助学金申请书1000字
  15. maps-api-v3_利用Google Maps API发挥创意
  16. 在线TSV转CSV工具
  17. Hibernate 中出现表名(XXX) is not mapped 问题
  18. mathtype安装
  19. 函数空间一览:从线性空间到再生核希尔伯特空间
  20. 战地4网页怎么换服务器地址,战地4设置服务器地址

热门文章

  1. 从FM推演各深度学习CTR预估模型
  2. 当你看完这篇朴素贝叶斯(NB)算法后,是否会有怦然心动的感觉
  3. 并发工具类(一)等待多线程完成的CountDownLatch
  4. 机器学习基础——RandomForest
  5. linux每日命令(30):Linux 用户及用户组相关文件、命令详解
  6. [New Portal]Windows Azure Virtual Machine (18) Azure Virtual Machine内部IP和外部IP
  7. 2018年7月5日笔记
  8. Unity 3D观察者设计模式-C#委托和事件的运用
  9. mysql启动多端口
  10. Tomcat 之 启动tomcat时 错误: 代理抛出异常 : java.rmi.server.ExportException: Port already in use: 1099;...