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
While a node server is already running in localhost on the specified port.
I successfully compile myapp.js with this command: bytenode compile -e myapp.js
but when I run with: bytenode myapp.jsc
I get this error throw new Error('Invalid or incompatible cached data (cachedDataRejected)')
and this is true alsfo if I specify the path to global electron .exe .
Following issue 187, I ensure that the local and global versions of electron are the same
How should I compile for electron? How can I execute the electron app?
Here my system info:
bytenode 1.5.6
Node 20.13.1
electron: 31.7.4
Platform: Windows 10
Thank you
The text was updated successfully, but these errors were encountered:
I am trying to execute an electron app using my code in
myapp.js
, which contains something like thisWhile a node server is already running in localhost on the specified port.
I successfully compile
myapp.js
with this command:bytenode compile -e myapp.js
but when I run with:
bytenode myapp.jsc
I get this error
throw new Error('Invalid or incompatible cached data (cachedDataRejected)')
and this is true alsfo if I specify the path to global electron
.exe
.Following issue 187, I ensure that the local and global versions of electron are the same
How should I compile for electron? How can I execute the electron app?
Here my system info:
Thank you
The text was updated successfully, but these errors were encountered: