Installation Steps · Open the Terminal app and type brew update . This updates Homebrew with a list of the latest version of Node. · **Type brew install node . ... <看更多>
Search
Search
Installation Steps · Open the Terminal app and type brew update . This updates Homebrew with a list of the latest version of Node. · **Type brew install node . ... <看更多>
Run the npm install script from npmjs.com · manually download and un-targz into a local dir (it will be named `package`) · remove the broken npm symlink ( ... ... <看更多>
I found the solution, I just had to add the architecture to the node, $ nvm uninstall 14 $ arch -x86_64 zsh $ nvm install 14 $ nvm alias ... ... <看更多>