usama831
Results
2
comments of
usama831
Hi clemorphy, did you find any solution?? I am trying to do the same
I encountered the same issue. I resolved it by downloading binaries from https://nodejs.raccoon-tw.dev/ and then using the following commands: `mkdir -p ~/.nvm/versions/node/v14.17.1` `tar -xJf node-v14.17.1-darwin-x64.tar.xz -C ~/.nvm/versions/node/v14.17.1 --strip-components=1` `nvm use...