0

link to the log: Here

I Currently have Visual Studio 2017 installed. Thought that may be relevant. Also have python 2.7.3. Any help would be amazing!

Edit: Turns out I also have VS2010 Express installed.

1 Answers1

0

Remove your VS2010 and VS2017

Install all the required tools and configurations using Microsoft's windows-build-tools using npm install --global --production windows-build-tools from an elevated PowerShell or CMD.exe (run as Administrator).

Rony Cohen
  • 61
  • 4