What is ERR_DLOPEN_FAILED?

See original GitHub issue

The module ‘/Users/mac/Downloads/GENERATOR/node_modules/canvas/build/Release/canvas.node’ was compiled against a different Node.js version using NODE_MODULE_VERSION 83. This version of Node.js requires NODE_MODULE_VERSION 93. Please try re-compiling or re-installing the module (for instance, using npm rebuild or npm install). at Object.Module._extensions…node (node:internal/modules/cjs/loader:1185:18) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object.<anonymous> (/Users/mac/Downloads/GENERATOR/node_modules/canvas/lib/bindings.js:3:18) at Module._compile (node:internal/modules/cjs/loader:1103:14) at Object.Module._extensions…js (node:internal/modules/cjs/loader:1155:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) { code: ‘ERR_DLOPEN_FAILED’ }

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9

github_iconTop GitHub Comments

2reactions
bolshoytostercommented, Mar 13, 2022

@ddoo5 try deleting the node_modules folder then running npm install again.

0reactions
ddoo5commented, Mar 13, 2022

@ddoo5 try deleting the node_modules folder then running npm install again.

thx, best library i’ve ever used ^_^

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to resolve Error: dlopen("") : Library not loaded ... - GitHub
Hi.. i am trying to build node module using NAPI . i am using node-gyp for creating .node file on MacOS i ran...
Read more >
Fixing the error in node nodemon start app.js code - YouTube
Fixing the error in node nodemon start app.js code: ERR DLOPEN FAILED. 2.3K views 6 months ago. PROGRAMMER. PROGRAMMER. 6 subscribers.
Read more >
Node (Error: dlopen failed: cannot locate symbol)
Under linux (termux installed on firetv) The node program stops with an error as follows. It is a program to watch the updating...
Read more >
Dlopen fails after the app is sign… | Apple Developer Forums
Now we have a problem. After signing with the codesign command, dlopen will fail, and the output error message is "image not found"....
Read more >
2156379 - Ct-library Error: 'CreateConnector: dlopen failed to ...
Open Client Client-Library error: Error: 99999, Severity 4 -- 'CreateConnector: dlopen failed to load libsyboraoci.so', Operating System error 2 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found