我的操作系统是Windows 7,节点是12.14.0,npm是6.13.4。当我安装npm我@ vue / cli -g有或没有--bin-no-links时,我得到以下相同图片中显示的错误。怎么了,请帮忙。
C:\Users\dell>npm install -g @vue/cli
npm ERR! code EIO
npm ERR! syscall open
npm ERR! path C:\Users\dell\AppData\Roaming\npm-cache\_cacache\index-v5\b7\c2\76
e1d8e353f98ab50b58e3c229f2621357d7a9690c95e0a48ff52b96bf68
npm ERR! errno -4070
npm ERR! EIO: i/o error, open 'C:\Users\dell\AppData\Roaming\npm-cache\_cacache\
index-v5\b7\c2\76e1d8e353f98ab50b58e3c229f2621357d7a9690c95e0a48ff52b96bf68'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\dell\AppData\Roaming\npm-cache\_logs\2020-01-26T13_43_42_5
86Z-debug.log
答案 0 :(得分:0)
做
npm cache clean --force
清理缓存,然后重试
npm install -g @vue/cli