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 tried to install TiShadow to my Win10, got the following error:
C:\Users\user\AppData\Roaming\npm\node_modules\tishadow\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws\node_modules\nan\nan.h(409): error C2039: 'ExternalAsciiStringResource': is not a member of 'v8::String' [C:\Users\user\AppData\Roaming\npm\node_modules\tishadow\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws\build\bufferutil.vcxproj]
C:\Users\user\.node-gyp\4.3.1\include\node\v8.h(2081): note: see declaration of 'v8::String'
C:\Users\user\AppData\Roaming\npm\node_modules\tishadow\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws\node_modules\nan\nan.h(409): error C2065: 'ExternalAsciiStringResource': undeclared identifier [C:\Users\user\AppData\Roaming\npm\node_modules\tishadow\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws\build\bufferutil.vcxproj]
I tried to install TiShadow to my Win10, got the following error:
TiShadow uses pretty old socket.io and socket.io-client which has issues with ws \ nan packages.
More info: socketio/engine.io-client#376 & socketio/socket.io#2057
I managed to fix this updating ws packages as mentioned here, but I think TiShadow should update socket.io packages.
The text was updated successfully, but these errors were encountered: