Under Mac installation node.js

An official website to download

  https://nodejs.org/en/download/

Two environment variables Configuration

  1. vim ~/.bash_profile

  2.PATH=$PATH:/usr/local/bin/

  3.source ~/.bash_profile

Three verification environment variables

  node -v

  asl

Guess you like

Origin www.cnblogs.com/chushujin/p/10992607.html