LoginSignup
2
1

More than 1 year has passed since last update.

nodenv installで yarn command not found になった時の対処法

Posted at
> nodenv install 18.12.1
Downloading node-v18.12.1-darwin-x64.tar.gz...
-> https://nodejs.org/dist/v18.12.1/node-v18.12.1-darwin-x64.tar.gz
Installing node-v18.12.1-darwin-x64...
Installed node-v18.12.1-darwin-x64 to /Users/watabe/.nodenv/versions/18.12.1
> yarn
zsh: command not found: yarn

下記コマンドで解決

npm install --global yarn
nodenv rehash
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1