A problem on build
sparrowhe opened this issue · 3 comments
sparrowhe commented
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]
adamk33n3r commented
This might be a node version issue. I know that it works on node v8.17.0
sparrowhe commented
This might be a node version issue. I know that it works on node v8.17.0
a, that's a too old version..
adamk33n3r commented
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