- Open your terminal
- Execute
arch
and confirm that at the moment it is returningarm64
- Execute
arch -x86_64 zsh
- Execute
arch
and confirm that it is now returningi386
- Execute
nvm install 14
. NVM will install the latest NodeJs 14. - Execute
nvm use 14
to switch to NodeJs 14, if you have other NodeJs versions installed.
Leave a Reply