May 2018
Intermediate to advanced
512 pages
11h 3m
English
This book will presume that you're using Node 8.4 or a later version. Odd numbered versions of Node are not meant to be long lived. 6.x.x, 8.x.x, 10.x.x, and so on are okay, but avoid 7.x.x, 9.x.x, and so on, at all costs.
For Windows:
PS> choco install nodejs-lts -y
For macOS:
$ brew install node@8
The npm repository contains numerous useful and mature CLI commands that are ...
Read now
Unlock full access