Node.js for Mobile Apps core library v18.17.1 #52
staltz
announced in
Announcements
Replies: 2 comments 7 replies
-
Note: Work on nodejs-mobile-react-native has begun and will receive a release soon. However, nodejs-mobile-cordova is still in need for a maintainer partner. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@staltz process._linkedBinding is throwing an error. 2023-10-14 12:21:41.097 634-943 nodejs com.example.cordovatestapp E node:internal/bootstrap/loaders:158
mod = bindingObj[module] = getLinkedBinding(module);
^
Error: No such module was linked: cordova_bridge
at process._linkedBinding (node:internal/bootstrap/loaders:158:34)
at Object.<anonymous> (/data/data/com.example.cordovatestapp/files/nodejs-mobile-cordova-assets/builtin_modules/cordova-bridge/index.js:4:30)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Module.require (node:internal/modules/cjs/loader:1028:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/data/data/com.example.cordovatestapp/files/www/nodejs-project/test-main.js:1:17)
at Module._compile (node:internal/modules/cjs/loader:1126:14) {
code: 'ERR_INVALID_MODULE'
}
2023-10-14 12:21:41.103 634-943 libEGL com.example.cordovatestapp E validate_display:537 error 3008 (EGL_BAD_DISPLAY)
2023-10-14 12:21:41.103 634-943 libEGL com.example.cordovatestapp E validate_display:537 error 3008 (EGL_BAD_DISPLAY)
2023-10-14 12:21:41.119 634-634 libsigchain com.example.cordovatestapp E reverting to SIG_DFL handler for signal 11, ucontext 0x7095d06e20 Does this policy affect the operation? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release contains the builds for:
The packages also include the node header files from this repo.
View the changelog file in the repo for more detailed notes.
Versions:
This discussion was created from the release Node.js for Mobile Apps core library v18.17.1.
Beta Was this translation helpful? Give feedback.
All reactions