goverlay icon indicating copy to clipboard operation
goverlay copied to clipboard

Error when trying to build demo

Open ExQDev opened this issue 7 years ago • 4 comments

Just look there: image image

ExQDev avatar Dec 18 '18 21:12 ExQDev

have you installed Visual Studio 2017 and configure node-gyp msvs_version to 2017, and also you may upgrade node-gyp to latest version.

hiitiger avatar Dec 19 '18 02:12 hiitiger

I already have installed VS 2017 for a long time, also I have set msvs_version to 2017. But as I could find, there is no "binding.gyp" at "client" directory.

ExQDev avatar Dec 19 '18 06:12 ExQDev

binding.gyp is in directory electron-overlay. npm link will build node native addon project automatically, you can also do rebuild in directory electron-overlay.

hiitiger avatar Dec 19 '18 10:12 hiitiger

But it searches binding.gyp in client directory. I have tried build every folder, but in electron-overlay it causes errors too. But VS projects are successfully built.

ExQDev avatar Dec 22 '18 13:12 ExQDev