[Vuejs]-Native Library Bindings File – incorrect path

0👍

Set your build path into asar-unpack. It’ll include your build module files into the app file.

like this.

 "asarUnpack": [
    "./node_modules//lib/win32/**",
    "./node_modules/builds"
  ],

-1👍

Debug folder not secure for usage. Native modules are build into ./build/Release/*.node. Please check your path.

Leave a comment