
上QQ阅读APP看书,第一时间看更新
Setting up Node.js
If we do not already have Node.js and the npm tool installed (we can check this by running npm -v and seeing whether there is any version being output), go to the official Node.js website (https://nodejs.org/) and install the latest release. It is recommended to use at least node version 6 for this book. All code examples have been tested with node v6.11.1 LTS.