Issue with addon in backgroung.js while running in linux

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

Can you please help me asps as we are stuck over here
Thanks in advance !!!
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.