Building openlens 6.4.0-beta.13 #125
manuelferialujan
started this conversation in
General
Replies: 1 comment
-
|
Env:
I got the same error. I try this, but it still doesn't work. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi team, good morning.
After I've built and signed OpenLens, when open the app, it's throwing the following error:
Uncaught Exception:
Error: The module '/var/folders/x0/dk7dfyfx4p7b6yr3swt6kgf40000gq/T/.com.electron.open-lens.qSf8FN'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 106. This version of Node.js requires
NODE_MODULE_VERSION 110. Please try re-compiling or re-installing
the module (for instance, using npm rebuild or npm install).
at process.func [as dlopen] (node:electron/js2c/asar_bundle:2:1822)
at Module._extensions..node (node:internal/modules/cjs/loader:1226:18)
at Object.func [as .node] (node:electron/js2c/asar_bundle:2:2049)
at Module.load (node:internal/modules/cjs/loader:1011:32)
at Module._load (node:internal/modules/cjs/loader:846:12)
at f._load (node:electron/js2c/asar_bundle:2:13330)
at Module.require (node:internal/modules/cjs/loader:1035:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. /openlens/packages/open-lens/dist/mac/OpenLens.app/Contents/Resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:26:11)
at Module._compile (node:internal/modules/cjs/loader:1141:14
Someone have faced this error?
I've tried all to fix this error without success. it seems that the problem is with the node-pty .
I tried removing and rebuilding the package but it didn't work.
❯ nvm list
v14.21.2
-> v16.17.0
system
enviroment:
macOS Ventura with Xcode 14.2
Thanks by your help.
Beta Was this translation helpful? Give feedback.
All reactions