This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
first Installed node 14.11.0 on Mac os. | |
then I tried with brew install, here is the log from terminal: | |
brew install node | |
Warning: node 14.11.0 is already installed, it's just not linked | |
You can use `brew link node` to link this version. | |
xxxxx-iMac:~ xxxxxxx$ brew link node | |
Linking /usr/local/Cellar/node/14.11.0... | |
Error: Could not symlink share/doc/node/gdbinit | |
Target /usr/local/share/doc/node/gdbinit | |
already exists. You may want to remove it: |