Deepnest icon indicating copy to clipboard operation
Deepnest copied to clipboard

Issue with addon in backgroung.js while running in linux

Open abhishekvirtual opened this issue 6 years ago • 1 comments

image

Hi there I am using your GitHub repo in my Linux environment

Ubuntu 16.04 npm 6.9.0 node-gyp v4.0.0 after checking gcc --version we got 5.4.0

now after clicking start nest, we are getting the blank window shown as a blow

image

Can you please help me asps as we are stuck over here

Thanks in advance !!!

abhishekvirtual avatar May 28 '19 16:05 abhishekvirtual

Hi @abhishekvirtual , I had the same problem and solved it by compiling the minkowski file again. Therefore you have to execute the command "node-gyp --target=v8.16.0 configure". After that, you have to execute "node-gyp build" to recreate "addon.node" in the build folder. In the last step you have to copy the folder "Release" into the "minkowski" folder.

That solved my problem.

codeplusplusplus avatar Jun 17 '19 08:06 codeplusplusplus