gpt4 book ai didi

node.js - 'yarn' 不是内部或外部命令,也不是可运行的程序或批处理文件

转载 作者:行者123 更新时间:2023-12-04 02:28:56 28 4
gpt4 key购买 nike

我使用以下命令安装了 yarn

npm install yarn -g
然后它显示以下状态:
> yarn@1.22.10 preinstall C:\Users\vdine\AppData\Roaming\npm\node_modules\yarn
> :; (node ./preinstall.js > /dev/null 2>&1 || true)

C:\Users\vdine\AppData\Roaming\npm\yarn -> C:\Users\vdine\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js
C:\Users\vdine\AppData\Roaming\npm\yarnpkg -> C:\Users\vdine\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js
+ yarn@1.22.10
added 1 package in 0.962s
然后我将 yarn 路径添加到环境变量中
C:\Users\**path**\AppData\Roaming\npm\node_modules\yarn\bin
但它仍然显示“'yarn'不被识别为内部或外部命令,
可运行的程序或批处理文件。”
我现在该怎么办?

最佳答案

21 年 1 月更新
安装 Yarn 的推荐方法现在是通过 npm:

npm install --global yarn
https://classic.yarnpkg.com/en/docs/install/
尝试添加 C:\Users\vdine\AppData\Roaming\npm到您的 PATH 环境变量而不是 C:\Users\**path**\AppData\Roaming\npm\node_modules\yarn\bin之前

The recommended method for installing Yarn is your OS tools instead of npm, check out the MSI method:

http://web.archive.org/web/20201226122851if_/https://classic.yarnpkg.com/en/docs/install/#windows-stable

关于node.js - 'yarn' 不是内部或外部命令,也不是可运行的程序或批处理文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65502365/

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