Error starting edge-js #234
Unanswered
jgarcia-plusti
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Did you try using example from https://github.com/agracio/edge-js-quick-start |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
process.env.EDGE_USE_CORECLR = '1';const edge = require('edge-js');node:internal/modules/cjs/loader:1452
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: Call to coreclr_create_delegate() for G failed with a return code of 0x80070002.
at Module._extensions..node (node:internal/modules/cjs/loader:1452:18)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at Module.require (node:internal/modules/cjs/loader:1225:19)
at require (node:internal/modules/helpers:177:18)
at Object. (C:\Users\jeman\Documentos\Jexl\node_modules\edge-js\lib\edge.js:49:8)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
node --version
v18.19.1
dotnet --list-sdks
6.0.418 [C:\Program Files\dotnet\sdk]
7.0.302 [C:\Program Files\dotnet\sdk]
8.0.404 [C:\Program Files\dotnet\sdk]
9.0.100 [C:\Program Files\dotnet\sdk]
Beta Was this translation helpful? Give feedback.
All reactions