Skip to content

Commit

Permalink
[readme] M1 macs: Add nvm use command to clarify that it is required
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanperret authored and ljharb committed Mar 24, 2021
1 parent 621ccc5 commit c26bd93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -928,4 +928,10 @@ $ node -p process.arch
x64
# It is now safe to return to the arm64 zsh process:
$ exit
# We're back to a native shell:
$ arch
arm64
# And the new version is now available to use:
$ nvm use v14.15.4
Now using node v14.15.4 (npm v6.14.10)
```

0 comments on commit c26bd93

Please sign in to comment.