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
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
Installing the module on windows I get the following warning:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xlocale(323): warning C4530: C++ exception handler used, but unwind semantics are not enabled.Specify /EHsc
I suggest to enable the exception handling modifying binding.gyp:
Installing the module on windows I get the following warning:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xlocale(323): warning C4530: C++ exception handler used, but unwind semantics are not enabled.Specify /EHsc
I suggest to enable the exception handling modifying binding.gyp:
P.S.: As workaround it is possible to modify the common.gypi located at
%USERPROFILE%\.node-gyp\__NODE_RELASE__\common.gypi
Sadly we should update that file every time we update the nodejs release.
The text was updated successfully, but these errors were encountered: