You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a native node addon and things seem to mostly work but I see warnings about an includePath:
Notice the include_dirs in the opened file likely maps to the include path but I'm not sure how to tell the extension. Most Node developers aren't great with C++ so nudging the user in the right direction would be a good idea. A native node addon has package.json and binding.gyp files in the root if you need to detect.