node-ts3sdk-client icon indicating copy to clipboard operation
node-ts3sdk-client copied to clipboard

A problem on build

Open sparrowhe opened this issue 5 years ago • 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]

sparrowhe avatar May 18 '20 04:05 sparrowhe

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

adamk33n3r avatar Jul 19 '20 08:07 adamk33n3r

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

a, that's a too old version..

sparrowhe avatar Jul 25 '20 06:07 sparrowhe

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

adamk33n3r avatar Jul 25 '20 06:07 adamk33n3r