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:
102
102
103
103
```shell
104
-
nvm install lts/iron
104
+
nvm install lts/jod
105
105
corepack enable
106
106
```
107
107
@@ -110,7 +110,7 @@ corepack enable
110
110
node -v
111
111
yarn -v
112
112
```
113
-
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`.
113
+
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