You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using two node add-ons (node-ffi and ref) that I've been able to successfully require() while running as a package .nw app. However, when I created an executable with the copy /b nw.exe+myApp.nw myApp.exe command, I get the following error on requiring the add-ons:
Uncaught Error: the specified module could not be found.
C:\Users\Me\AppData\Local\Temp\nw6252_26230\node_modules\ref\build\Release\binding.node
What's strange, though, is that when I rename the executable from myApp.exe to nw.exe everything works (the add-ons are successfully required!)
Any ideas what's going on?
The text was updated successfully, but these errors were encountered:
I wrote to the mailing list about this issue: https://groups.google.com/forum/#!topic/node-webkit/tXPE_WRpW2s
I'm using two node add-ons (node-ffi and ref) that I've been able to successfully
require()
while running as a package.nw
app. However, when I created an executable with thecopy /b nw.exe+myApp.nw myApp.exe
command, I get the following error on requiring the add-ons:What's strange, though, is that when I rename the executable from myApp.exe to nw.exe everything works (the add-ons are successfully required!)
Any ideas what's going on?
The text was updated successfully, but these errors were encountered: