如何以非管理员身份在Windows 7上安装yarn?

时间:2018-02-09 14:12:33

标签: windows windows-7 yarnpkg

如何以非管理员身份在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的命令,我看不到任何标记。所以我认为这根本不会起作用。
  • Scoop需要Powershell> = 3但是我的Windows 7机器上是PowerShell 2。

通过/var/prod/安装有效但不推荐。

1 个答案:

答案 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)。