npm安装报错npm ERR! Error: EPERM: operation not permitted解决
作者:CUI_PING
这篇文章主要为大家介绍了npm安装报错npm ERR! Error: EPERM: operation not permitted解决,有需要的朋友可以借鉴参考下,希望能够有所帮助,祝大家多多进步,早日升职加薪
npm 全局安装报错
今天用npm 全局安装包时,不知道为什么就报
npm ERR! Error: EPERM: operation not permitted, npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'rename'
看意思是重命名权限不够
我更改权限不行
清理缓存: npm cache clean --force 也不行
把nodejs 版本换了, 自然里面的npm 版本也换了, 还是不行
又把所有的关于npm 的目录都设置成了管理员权限,也不行
涉及自定义的npm_global , npm_cache 目录
后来看到上面的 :
npm update check failed │
│ Try running with sudo or get access │
│ to the local update config store via │
│ sudo chown -R $USER:$(id -gn $USER) C:\Users\Administrator.config
故把npm 升级了下: npm install npm -g 从v6.14.5 升级到 v7.22.0居然好了
乖乖,居然是npm 版本有问题了
接着可以装cnpm @vue/cli , 再用@vue/cli 创建项目 vue create programName
以上就是npm安装报错npm ERR! Error: EPERM: operation not permitted问题解决的详细内容,更多关于npm安装报错问题的资料请关注脚本之家其它相关文章!
您可能感兴趣的文章:
- pnpm install:ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies
- nodejs和npm版本不匹配:ERROR: npm v9.5.1 is known not to run on Node.js
- npm ERR! code E404在vscode安装插件时报错的两种解决方案
- npm ERR!Cannot read properties of null(reading 'pickAlgorithm')报错问题解决
- npm ERR! code 128的错误问题解决方法
- 解决npm run serve启动报错npm ERR Missing script:"serve"