官术网_书友最值得收藏!

Installing Node via Homebrew

The quickest way to get Homebrew is to visit http://brew.sh and get hold of the installation script. It should look a little something like this:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Simply paste that into your Terminal and it'll download the Homebrew package manager to your Mac. We can then use brew install node to install Node on our system without any worries.

Once you've done that, check your Node installation works by typing node -v and npm -v. If you get two version numbers back (that is, one for each), then you’re ready to go ahead with the rest of the book!

In order to manage the different Node versions, we could also install the Node Version Manager (NVM). Do note however that this is currently only supported by Mac at present and not Windows. To install NVM, we can use Homebrew like so:

--use Brew to install the NVM
brew install nvm

--File directory
mkdir ~/.nvm

--Install latest version
nvm install --lts

--Ensure latest version is used
nvm use node

--Remember details across sessions
nano ~/.bash_profile

--Execute in every session
export NVM_DIR="$HOME/.nvm"
. "$(brew --prefix nvm)/nvm.sh"
主站蜘蛛池模板: 弥勒县| 台安县| 延庆县| 凭祥市| 平凉市| 仁布县| 阿坝| 牡丹江市| 建湖县| 台东县| 宝坻区| 额敏县| 阿瓦提县| 志丹县| 安宁市| 务川| 佛坪县| 富民县| 林口县| 渭南市| 社旗县| 翼城县| 花莲市| 漳州市| 镇雄县| 林西县| 庆云县| 麟游县| 安义县| 南木林县| 伽师县| 青冈县| 新龙县| 肥乡县| 通化县| 江永县| 嘉义县| 阜平县| 泰州市| 临澧县| 祥云县|