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
Okay, I've overwhelmed myself so I won't answer all my own questions, but I did manage to follow this guide successfully, so here are a few answers:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
is the install command, I verified that by reading the link, and it worked out for mecurl
command.source ~/.nvm/nvm.sh