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 @ 2024-01-13 22:31  小彭先森  阅读(181)  评论(0编辑  收藏  举报