-
Notifications
You must be signed in to change notification settings - Fork 74
Building
Jillian Daguil edited this page Jun 3, 2017
·
6 revisions
- Python 2.7
- Node.js 6.x or later
- npm 3.10.x or later (run
npm install -g npm
)
- Python 2.7
- Node.js 6.x or later
- npm 3.10.x or later (run
npm install -g npm
) - Command Line Tools for Xcode
(run
xcode-select --install
to install)
- Node.js 6.x or later
- Python v2.7.x
- Make sure your Python path is set. To verify, open a command prompt and
type
python
. Then, the version of python will be displayed.
- Make sure your Python path is set. To verify, open a command prompt and
type
- Visual C++ Build Environment:
- Either:
- Option 1: Install Visual C++ Build Tools 2015 (or modify an existing installation) and select Common Tools for Visual C++ during setup. This also works with the free Community and Express for Desktop editions.
- Option 2: Install Visual Studio 2015 (Community Edition or better)
- Note: Windows 7 requires .NET Framework 4.5.1
- Launch cmd,
npm config set msvs_version 2015
- Either: