Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4k
Description
Prerequisites
- Using npm
- Using an up-to-date
main
branch - Using latest version of devtools.Check the docs for how to update
- Tried solutions mentioned in#400
- For issue in production release, add devtools output of
DEBUG_PROD=true npm run build && npm start
Expected Behavior
App Should Launch
Current Behavior
Seeing Following Message in Terminal and App does not launch
[1] [28258:0320/203426.284276:ERROR:node_bindings.cc(409)] Most NODE_OPTIONs are not supported in packaged apps. See documentation for more details. [1] [28258:0320/203426.284293:ERROR:node_bindings.cc(409)] Most NODE_OPTIONs are not supported in packaged apps. See documentation for more details. [1] [28258:0320/203426.284295:ERROR:node_bindings.cc(409)] Most NODE_OPTIONs are not supported in packaged apps. See documentation for more details. [1] out_of_range was thrown in -fno-exceptions mode with message "basic_string"2025-03-20 20:36:01.669 Electron[28250:2039365] +[IMKClient subclass]: chose IMKClient_Modern [1] 2025-03-20 20:36:01.670 Electron[28250:2039365] +[IMKInputSession subclass]: chose IMKInputSession_Modern
Steps to Reproduce
Checkout Latest Code From Main
Make changes for Native Support Following this Documentation
https://electron-react-boilerplate.js.org/docs/native-modules
3.Try launching the App
Context
This functionality was working in a previous version of the boilerplate. However, after updating the application from the upstream repository, my original app also stopped functioning. To troubleshoot, I pulled the latest changes from the main branch and began debugging.
During the investigation, I identified that the issue arises after applying changes related to native modules.
Key Observations:
•My original application, built using a version from three months ago, was functioning correctly with the native module changes.
•The issue surfaced after recent updates were made three days ago, specifically when the libraries were upgraded to their latest versions.
Your Environment
- Node version : v20.15.0
- electron-react-boilerplate version or branch : main
- Operating System and version : MAC 15.3.2 (24D81)