Skip to content

Instantly share code, notes, and snippets.

@srfrnk
Last active August 29, 2015 14:02
Show Gist options
  • Save srfrnk/23bdccf7fc680a547bfd to your computer and use it in GitHub Desktop.
Save srfrnk/23bdccf7fc680a547bfd to your computer and use it in GitHub Desktop.
globaly setting npm install builds to use visual studio 2012 instead of the default vs2010
npm config set msvs_version 2012 --global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment