在Windows 10上安装Yarn:错误:EPERM:不允许执行此操作,mkdir 'C:\用户\aymer\应用程序数据\漫游\npm\节点模块\yarn'

iq3niunx  于 2022-11-14  发布在  Windows
关注(0)|答案(1)|浏览(253)

在Windows 10上,运行:

npm install --global yarn

创建了

npm ERR! code EPERM
npm ERR! syscall mkdir
npm ERR! path C:\Users\aymer\AppData\Roaming\npm\node_modules\yarn
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, mkdir 'C:\Users\aymer\AppData\Roaming\npm\node_modules\yarn'

从其他帖子中,我尝试过:

  • 以管理员身份运行这个程序,但仍然出现同样的错误,你知道吗?
  • npm cache clean --force

谢谢你

相关问题