fnm
fnm copied to clipboard
node-build compilation fallback
Add the ability to add --force-arch
to fnm env
so if a prebuilt version is not found, fnm will use node-build
to compile the Node.js version locally.
@Schniz Could you need help working on this? I am currently having a bit of an issue with other team members using nvm and arm64 NodeV14, I would certainly look forward not having to switch back to nvm π
I think itβs fairly finished. Iβll take another look and will release it on the next version. The only problem is node-build not supporting spaces in the installation path
New MacOS version removes python@2
so build scripts fail. I think that the best solution is to have a precompiled repo: that would be both fast and easy to install.