nodejs update on mac

175 阅读1分钟
  1. Homebrew says node is not installed... meaning that original node is NOT installed with homebew

  2. Move to N, using npm install -g n. sudo n latest

Error:
(23) Failed writing body

  Error: invalid version 11.10.1

  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!!