[readme] M1 macs: Add `nvm use` command to clarify that it is required

Jonathan Perret 2021-03-24 10:50:38 +01:00 committed by Jordan Harband
parent 621ccc5d13
commit c26bd935c0
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 6 additions and 0 deletions

View File

@ -928,4 +928,10 @@ $ node -p process.arch
x64 x64
# It is now safe to return to the arm64 zsh process: # It is now safe to return to the arm64 zsh process:
$ exit $ 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)
``` ```