category
简悦
date
Jul 13, 2022
icon
Origin
blog.csdn.net
password
slug
1657730042780
status
Published
summary
tags
type
Post
yarn --version -bash: yarn: command not found
如果利用 nvm use 切换到某个 node 版本的情况下,使用 yarn –version 命令 显示 command not found
这个时候可以采用全局安装。npm install -g yarn
安装完之后,输入 yarn –version 命令 即可显示安装的版本 > 本文由简悦 SimpRead 转码
- Author:三百斤的窜天猴
- URL:https://esxdidi.com/article/1657730042780
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!