node-java icon indicating copy to clipboard operation
node-java copied to clipboard

Cannot find module 'build/Release/nodejavabridge_bindings.node' [webpack] JavaBridge with webpack

Open DavidCosiallsSEATCODE opened this issue 6 months ago • 0 comments

Hi,

I'm working on application that has a background instance (NodeJS) and a foreground instance (HTML) all combined in an angular.json with their builders, that create a myApp.jar.

My problem comes at the time of serving the application, because when I ejecute the app it tries to find the nodejavabridge_bindings.node in the system and even if I copy the file inside the MyApp-serve via the Angular.json the library is not able to find it.

Do you know why?

Thanks.

DavidCosiallsSEATCODE avatar Aug 15 '24 06:08 DavidCosiallsSEATCODE