mikeseven / node-glfw

nodejs bindings to GLFW
103 stars 46 forks source link

Build error on line 205, 262 and 395 #28

Open ReddikHaien opened 5 years ago

ReddikHaien commented 5 years ago

Hello, when i tried to install the package. I got the following error:

Don't know if this is just a problem with my setup. I have node version 10.14.2 and have installed visual studio 2015 community. Thanks for any help :)

grrrwaaa commented 5 years ago

+1, same issue here. Windows, node -v v10.13.0. Guess the v8 API has moved on since this project was written?

wadim1611 commented 4 years ago

Similar issues during an attempt to install npm install v8-profiler ...

...
C:\Program Files\nodejs\node_modules\v8-profiler\src\heap_output_stream.cc(17,14): error C2512: 'v8::TryCatch': no appropriate default constructor available [C:\Program Files\nodejs\node_modules\v8-profiler\build\profiler.vcxproj]
C:\Program Files\nodejs\node_modules\v8-profiler\src\heap_profiler.cc(35,18): error C2512: 'v8::TryCatch': no appropriate default constructor available [C:\Program Files\nodejs\node_modules\v8-profiler\build\profiler.vcxproj]
...