Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DavidCosiallsSEATCODE opened this issue Aug 15, 2024 · 1 comment

Comments

@DavidCosiallsSEATCODE
Copy link

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.

@vks2
Copy link

vks2 commented Jan 28, 2025

i guess it's trying to fs.read file and it's not bundled in your setup
NB i'm not the maintainer nor admin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants