How do I create node js applicaton compiled by JXc

2019-07-26 15:07发布

问题:

I am looking for solution using which I can get guide steps using which I can create exe of node application for commercial usage. I have created exe file. But I am getting error as follows:

Warning! ....idate\build\Release\validation.node Adding a .node (native) file into package may fail the application Check the related discussion from https://github.com/jxcore/jxcore/issues/101 However you may mark .node files as extractable, e.g.: --extract-what '*.node'

I need to add .node(native) file to make it a part of the exe. OR Is there a way to use it along side the exe? can someone guide me there?