-
Homebrew says node is not installed... meaning that original node is NOT installed with homebew
-
Move to N, using npm install -g n. sudo n latest
Error:
(23) Failed writing body
Error: invalid version 11.10.1
复制代码
- See where is node using: which node command. output: /usr/local/bin/node
why not just install the binary? yes!! Download from nodejs.org Install says it will be on /usr/local/bin/node GREAT!!
Sucess!!