svenpaulsen/node-ts3sdk-client

A problem on build

sparrowhe opened this issue · 3 comments

Hi, I want to use the node-gyp build to build this project, but I have many error from compiler, I use the msvs2019, npm6.13.7, node13.11.0 and node-gyp6.1.0.
Error looks like:
D:\node-ts3sdk-client-master\src\argument.cpp(260,43): error C2065: [LOCAL LANGUAGE] [D:\node-ts3sdk-client-master\build\ts3client.vcxproj]

This might be a node version issue. I know that it works on node v8.17.0

This might be a node version issue. I know that it works on node v8.17.0

a, that's a too old version..

I've made a PR at #11 to support node v12 (the current LTS).
You can use it by using npm install github:adamk33n3r/node-ts3sdk-client in the meantime