I am trying to install the nodejs ibm_db module. The problem I am facing is that to install this module node -gyp needs to be created using msbuild, but it will not detect some header files that I installed.
How can I add the directory of my additional header files to some path so that hatt msbuild.exe will find them when trying to compile any project? On linux, I just set cpath = and everything builds just fine.
Thank!
ripit source
share