problem- Gramine with Node20 version (with intel-sgx) #1574
Replies: 1 comment 2 replies
-
Looks like Gramine has some problem with Node.js v20. I don't think anyone in the Gramine team tested this version. @ROF13ThFloor Could we ask you to enable the Gramine trace log ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to use Gramine to run the simple Nodejs application using node V20.0.0 inside the SGX enclave
when I ran the application I got this error :
Note: there is no problem with lower versions like 19.9.0
Program is very simple
console.log("hello world")
Note: Gramine-direct has the same output
My question is, does Gramine support node-20 and higher version?
Beta Was this translation helpful? Give feedback.
All reactions