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
../json.hpp:11286:87: error: exception handling disabled, use -fexceptions to enable
throw std::domain_error("JSON pointer must be empty or begin with '/'");
I am trying to create Node.js Addon - I included this project like so:
I am a C/C++ newb so bear with me
I get this error:
I am trying to create Node.js Addon - I included this project like so:
#include "json.hpp"
Here is the binding.gyp file I used:
I think that's where I need to add the std=c++11 call
Any idea what the error might be about? Sorry don't know how to debug this at all
The text was updated successfully, but these errors were encountered: