Vue项目下载依赖报错

报错内容如下:
复制代码
npm ERR! code EPERM
npm ERR! syscall open
npm ERR! path E:\nodejs\node_cache\_cacache\index-v5\2d\c6\f5749b7a403adaf0e2e39df42469722a24d2da8b573c676c602475e083de
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, open 'E:\nodejs\node_cache\_cacache\index-v5\2d\c6\f5749b7a403adaf0e2e39df42469722a24d2da8b573c676c602475e083de'
npm ERR!  [Error: EPERM: operation not permitted, open 'E:\nodejs\node_cache\_cacache\index-v5\2d\c6\f5749b7a403adaf0e2e39df42469722a24d2da8b573c676c602475e083de'] {
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'open',
npm ERR!   path: 'E:\\nodejs\\node_cache\\_cacache\\index-v5\\2d\\c6\\f5749b7a403adaf0e2e39df42469722a24d2da8b573c676c602475e083de',
npm ERR!   requiredBy: '.'
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.

npm ERR! Log files were not written due to an error writing to the directory: E:\nodejs\node_cache\_logs
npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal
复制代码

简单粗暴直接就是删文件,删除文件地址是C:\Users\29595,这是我的地址哈。

大家应该找到C:\Users{账户}\下的.npmrc文件

情况1:显示如下界面

没有.npmrc文件就将文件默认隐藏关掉就出来

 

情况2:

如果是文件夹就找到我情况1中显示的截图就好了,然后删除掉.npmrc文件就OK了

 

 

最后成功截图,哈哈哈

 

posted @   小彭先森  阅读(196)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
点击右上角即可分享
微信分享提示