From 4bba97b7a7f36b24020a5cb4257e1301adfa0fdb Mon Sep 17 00:00:00 2001 From: Andres Hermosilla Date: Tue, 18 Jul 2017 15:42:12 -0700 Subject: [PATCH] Noted fix for windows & node-gyp --- nodejs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nodejs.md b/nodejs.md index 6b51798..20b2119 100644 --- a/nodejs.md +++ b/nodejs.md @@ -6,6 +6,11 @@ https://blog.heroku.com/archives/2015/11/10/node-habits-2016 - https://nodeschool.io/ - http://exercism.io/languages/javascript +## node-gyp +**Hotfix** +For Windows users, sometimes will fix your problem! +`set VCTargetsPath=C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140` + ## Debugging **debug-options** The `node` binary has *tons* of options to play with