在 Windows 10 上安装 Yarn:错误:EPERM:不允许操作,mkdir 'C:UsersaymerAppDataRoamingnpmnode_modules



在Windows 10上,运行:

npm install --global yarn

创建

npm ERR! code EPERM
npm ERR! syscall mkdir
npm ERR! path C:UsersaymerAppDataRoamingnpmnode_modulesyarn
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, mkdir 'C:UsersaymerAppDataRoamingnpmnode_modulesyarn'

从其他帖子,我尝试过:

  • 以管理员身份运行此程序,但仍然存在相同的错误,知道吗?

  • npm cache clean --force

谢谢

我最终用msi文件安装了它。。。

相关内容

  • 没有找到相关文章

最新更新