-
Notifications
You must be signed in to change notification settings - Fork 70
Building
Steven Esser edited this page Jan 4, 2019
·
6 revisions
- Python 2.7
- Node.js 6.x or later
- npm 3.10.x or later but <= 5.2.0 (run
npm install [email protected] -g
)
- Python 2.7
- Node.js >=6.x or later but <=8.9.4
- npm 3.10.x or later but <= 5.2.0 (run
npm install [email protected] -g
) - Command Line Tools for Xcode
(run
xcode-select --install
to install)
- Node.js 6.x or later
- npm 3.10.x or later but <= 5.2.0 (run
npm install [email protected] -g
) - 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: