博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
npm install -g react-native-cli 报错:errno -4048
阅读量:6187 次
发布时间:2019-06-21

本文共 1680 字,大约阅读时间需要 5 分钟。

hot3.png

安装全局react-native 命令行

npm install -g react-native-clinpm ERR! path C:\Program Files\nodejs\node_modules\.stagingnpm ERR! code EPERMnpm ERR! errno -4048npm ERR! syscall mkdirnpm ERR! Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_modules\.staging'npm ERR!  { [Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_modules\.staging']npm ERR!   cause:npm ERR!    { Error: EPERM: operation not permitted, mkdir 'C:\Program Files\nodejs\node_modules\.staging'npm ERR!      errno: -4048,npm ERR!      code: 'EPERM',npm ERR!      syscall: 'mkdir',npm ERR!      path: 'C:\\Program Files\\nodejs\\node_modules\\.staging' },npm ERR!   stack:npm ERR!    'Error: EPERM: operation not permitted, mkdir \'C:\\Program Files\\nodejs\\node_modules\\.staging\'',npm ERR!   errno: -4048,npm ERR!   code: 'EPERM',npm ERR!   syscall: 'mkdir',npm ERR!   path: 'C:\\Program Files\\nodejs\\node_modules\\.staging' }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 thenpm ERR! permissions of the file and its containing directories, or try runningnpm ERR! the command again as root/Administrator (though this is not recommended).npm ERR! A complete log of this run can be found in:npm ERR!     C:\Users\admin\AppData\Roaming\npm-cache\_logs\2019-03-12T07_40_35_613Z-debug.log
  • 问题环境:window10系统下 问题诊断:没有用户权限,打开命令行,以管理员权限启动
  • 再执行命令就可以成功安装了,这个坑,我也是经常遇见,安装全局 -g 的时候就会遇到

转载于:https://my.oschina.net/shuaihong/blog/3021443

你可能感兴趣的文章
【HTML5】特效收藏及框架
查看>>
玩转Linux之- CentOS 6.5,SSH安装与配置
查看>>
5个不起眼的办公小技巧,轻松完成工作,提高你的效率工作
查看>>
rapidxml 修改节点值
查看>>
Linux快速入门打开你的学习之道
查看>>
Java正则表达式,匹配、替换字符串中的占位符
查看>>
MIDP2.0中如何通过代码画半透明的圆和椭圆
查看>>
MySQL如何避免使用swap(2)
查看>>
华为TE30入会后有杂音电流声怎么解决?
查看>>
mac 控制台 not a valid identifier 命令报错
查看>>
日本企业RPA导入风险分析和解决对策
查看>>
浅谈微信公众号开发模式
查看>>
数据库表分割技术:水平分割、垂直分割、库表散列
查看>>
我的友情链接
查看>>
jQuery 学习笔记
查看>>
我的友情链接
查看>>
thymeleaf 基础语法
查看>>
C#枚举
查看>>
SoUI笔记
查看>>
Product offerings for vSphere 5.x (2001113)
查看>>