February 2018
Intermediate to advanced
668 pages
15h 18m
English
In this recipe, we will do the following:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

$ brew tap aspnet/dnx $ brew update $ brew install dnvm $ source dnvm.sh
$ brew install node
$ node -v $ npm -v
The version currently being used will be displayed on your screen as follows:
$ npm ...