gpt4 book ai didi

powershell - yarn 已安装但不起作用。命令被识别,但没有 yarn 命令做任何事情。 Windows Powershell

转载 作者:行者123 更新时间:2023-12-05 00:44:43 24 4
gpt4 key购买 nike

节点版本 11.13.0npm 版本 6.9.0我已经通过多种方式安装了 yarn,首先使用 npm install -g yarn,然后我尝试了 .msi 安装程序,还尝试从提升的 shell 中使用巧克力进行安装。通常,当我尝试使用尚未安装的东西时,我会收到如下所示的消息:

  PS C:\Users\[me]> hello
hello : The term 'hello' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ hello
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (hello:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

但是,yarn 命令被识别但什么都不做。

PS C:\Users\[me]> yarn --version
PS C:\Users\[me]>

我已尝试更改 Path 环境变量以包含以下内容:

C:\Users\[me]\AppData\Local\Yarn\bin
C:\Program Files (x86)\Yarn
C:\Program Files (x86)\Yarn\bin

但这并没有改变任何东西。

最佳答案

您必须在环境路径中添加 %USERPROFILE%\AppData\Roaming\npm

1-开始菜单中的搜索环境 /image/y4zxD.jpg

2-Click 环境变量 /image/B59yD.jpg

3-编辑用户变量的路径 /image/Vz73p.jpg

4-将 yarn 的URI添加为新的 /image/Rq7xK.jpg

然后如果在vscode中不能使用yarn命令并得到错误yarn.ps1无法加载,因为在这个系统上禁用了运行脚本;以管理员身份打开 Powershell 并运行以下命令

Set-ExecutionPolicy 不受限制

关于powershell - yarn 已安装但不起作用。命令被识别,但没有 yarn 命令做任何事情。 Windows Powershell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66218372/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com