如何以非管理员身份在Windows 7上安装yarn?
Yarn documentation提到了Windows的三种安装方法:.msi
安装程序,Chocolatey和Scoop。
.msi
,%LocalAppData%\yarn
安装程序也需要管理员权限。choco install yarn
上运行C:\WINDOWS\System32\msiexec.exe
失败,执行ỳarn.MsiInstall.log
时出现1603错误代码。 Product: Yarn -- Error 1925. You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation.
包含以下错误:chocolateyinstall.ps1
Start-ChocolateyProcessAsAdmin
包含一个名为npm install -g yarn
的命令,我看不到任何标记。所以我认为这根本不会起作用。通过/var/prod/
安装有效但不推荐。
答案 0 :(得分:1)
嗯,Github上Yarn的发布页面包含.tar.gz
个档案,例如https://github.com/yarnpkg/yarn/releases/download/v1.7.0/yarn-v1.7.0.tar.gz适用于我的Windows 7(x64)。