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
I'm on macOS 12. yarn didn't successfully install with the new version I got from nodenv. Here's the log:
❯ nodenv install 14.19.1
nodenv: /Users/scowalt/.nodenv/versions/14.19.1 already exists
continue with installation? (y/N) y
Downloading node-v14.19.1-darwin-x64.tar.gz...
-> https://nodejs.org/dist/v14.19.1/node-v14.19.1-darwin-x64.tar.gz
WARNING: node-v14.19.1-darwin-x64 is in LTS Maintenance mode and nearing its end of life.
It only receives *critical* security updates, *critical* bug fixes and documentation updates.
Installing node-v14.19.1-darwin-x64...
Installed node-v14.19.1-darwin-x64 to /Users/scowalt/.nodenv/versions/14.19.1
Installing Yarn...
/usr/local/bin/yarn -> /usr/local/lib/node_modules/yarn/bin/yarn.js
/usr/local/bin/yarnpkg -> /usr/local/lib/node_modules/yarn/bin/yarn.js
+ yarn@1.22.18
updated 1 package in 0.796s
nodenv: yarn: command not found
The `yarn' command exists in these Node versions:
12.14.1
14.3.0
14.17.0
14.17.1
14.17.3
14.17.4
16.2.0
16.4.0
16.13.1
Yarn is available in, for example, v14.17.0, but for some reason isn't available in v14.19.1
The text was updated successfully, but these errors were encountered:
I'm on macOS 12.
yarn
didn't successfully install with the new version I got fromnodenv
. Here's the log:Yarn is available in, for example, v14.17.0, but for some reason isn't available in v14.19.1
The text was updated successfully, but these errors were encountered: