Skip to content

Visual Studio 2015

BSick7 edited this page Jul 30, 2015 · 2 revisions

NOTE: After installing Visual Studio 2015, you may find that running npm install will crash due to msbuild. If this happens, then use the following command line argument to assist building.

# You can use substitute 2010, 2012, 2013, or 2015 here
$ npm install --msvs_version=2012
Clone this wiki locally