I have been unable to use this plugin in Linux (Ubuntu 24.04) or Windows 11 with Cordova 11 or 13. My project typically compiles under these dependencies:
In my project, I couldn't get fs or path to work correctly with an APK package. All my other calls would work except when I used NodeJS or NWJS calls.
I started a new project using the example with an updated version with NodeJS 24.11.1 with Cordova 13.
$ cordova create HelloCordova
$ cd HelloCordova
$ cordova platform add ios
$ cordova plugin add nodejs-mobile-cordova
$ cordova plugin add cordova-plugin-console
I substituted with Android instead, but it didn't work. I had no success with either.
Anything could be helpful on how to fix it.
I have been unable to use this plugin in Linux (Ubuntu 24.04) or Windows 11 with Cordova 11 or 13. My project typically compiles under these dependencies:
In my project, I couldn't get fs or path to work correctly with an APK package. All my other calls would work except when I used NodeJS or NWJS calls.
I started a new project using the example with an updated version with NodeJS 24.11.1 with Cordova 13.
$ cordova create HelloCordova$ cd HelloCordova$ cordova platform add ios$ cordova plugin add nodejs-mobile-cordova$ cordova plugin add cordova-plugin-consoleI substituted with Android instead, but it didn't work. I had no success with either.
Anything could be helpful on how to fix it.