Skip to content

Instantly share code, notes, and snippets.

@oscarandreu
Created February 1, 2016 10:51
Show Gist options
  • Select an option

  • Save oscarandreu/88e2c07ac408ff07f64a to your computer and use it in GitHub Desktop.

Select an option

Save oscarandreu/88e2c07ac408ff07f64a to your computer and use it in GitHub Desktop.
node gyp error TRACKER : error TRK0005: Failed to locate: “CL.exe”. The system cannot find the file specified
//solve the problem:
//node gyp error TRACKER : error TRK0005: Failed to locate: “CL.exe”. The system cannot find the file specified
npm config set msvs_version 2013 --global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment