You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm config get prefix的结果是D:\dev\nodejs。如果npm config set prefix D:\dev\nodejs\21.0.4,那么在使用别的版本,例如16.14.0时,npm config get prefix的结果也是D:\dev\nodejs\21.0.4
我选择的node版本是21.4.0,当我执行命令npm install yarn -g时,它安装到了nodejs目录下,没有安装到21.4.0目录下
输入 yarn -v ,命令行显示 nvm-desktop: command not found: yarn
The text was updated successfully, but these errors were encountered: