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
Reload your shell (e.g., by closing and reopening the terminal) and continue with installing Node:
103
103
104
104
```shell
105
-
nvm install lts/iron
105
+
nvm install lts/jod
106
106
corepack enable
107
107
```
108
108
@@ -111,7 +111,7 @@ corepack enable
111
111
node -v
112
112
yarn -v
113
113
```
114
-
If you have several node versions installed, check that you are using the correct version. To view your installed versions, run `nvm list`. `lts/iron` should be the current and default version. You can adjust this by running `nvm alias default lts/iron`.
114
+
If you have several node versions installed, check that you are using the correct version. To view your installed versions, run `nvm list`. `lts/jod` should be the current and default version. You can adjust this by running `nvm alias default lts/jod`.
0 commit comments