Created
February 1, 2016 10:51
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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