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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: