Node Version Manager (https://github.com/nvm-sh/nvm) works perfectly across native node installations as well as emulated Rosetta installations. The trick I am using here is to install one LTS version of node under Rosetta and another stable version as native binary.
- find a way how to run the same node version on both platforms
I'm going to follow this guide, but I already have a few questions about step 1, so I'm assuming I'll run into a lot of trouble.
I'm also assuming others might have similar questions, so I'm going to read through the steps, post my questions, and then I'm going to follow the guide and try to answer them and/or post more questions.
01_install_nvm.sh
curl -o
command is the "install command"? Or are there preliminary steps I should take that I will find in "See https://github.." and therefore I should read the github link first? If so should I read the whole thing?source <something>
, but which directory should I be in? What exactly should I source? Should I follow what @serobalino did and dosource ~/.nvm/nvm.sh
?02_install_x86.sh
03_install_arm.sh
04_handy_alias.sh