How to switch to the x64 Node.js binary on macOS
A couple of weeks ago I was trying to contribute a PR to VSCode, when I followed the guide trying to build all of the dependencies I encountered some errors.
Turns out I use the wrong Node.js.
But I didn't know how to switch to x64 Node.js binary.
I use nvm to manage multiple Node.js versions on macOS.
After doing some research I found out Node.js support for Apple silicon since 15.x and above.
So each time I install a Node.js binary with nvm it will install arm64
cause the machine's architecture type is arm64.