-
Side notes for apple M1 chip
Node version 14.x doesn't have native binaries for M1, so it will compile from the source, which takes some time but I ended up, having an issue trying to install packages. Node 16.x has native arm64 binaries, and that only takes a few seconds to install.
you can install any Node version pre Node 16.x using the x86_64 architecture like this:
arch -x86_64 nodenv install 14.17.2see => https://github.com/nodenv/node-build/issues/663 for more details
Please register or sign in to comment