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
I have an error like that and when I search for a solution on chatgpt and weboverflow it still happens. Do you have a solution? Because I need canvas for my project features?
Error: The specified procedure could not be found.
\?\D:\natan big project\web\natz.com\footage\chatbot\bot2\AI ~ Shikanoko\AI\node_modules\canvas\build\Release\canvas.node
at Module._extensions..node (node:internal/modules/cjs/loader:1454:18)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at Module.require (node:internal/modules/cjs/loader:1233:19)
at require (node:internal/modules/helpers:179:18)
at Object. (D:\natan big project\web\natz.com\footage\chatbot\bot2\AI ~ Shikanoko\AI\node_modules\canvas\lib\bindings.js:3:18)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at Module.require (node:internal/modules/cjs/loader:1233:19)
at require (node:internal/modules/helpers:179:18)
at Object. (D:\natan big project\web\natz.com\footage\chatbot\bot2\AI ~ Shikanoko\AI\node_modules\canvas\lib\canvas.js:9:18)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at Module.require (node:internal/modules/cjs/loader:1233:19)
at require (node:internal/modules/helpers:179:18)
at Object. (D:\natan big project\web\natz.com\footage\chatbot\bot2\AI ~ Shikanoko\AI\node_modules\canvas\index.js:1:16)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10) {
code: 'ERR_DLOPEN_FAILED'
}
Node.js v20.15.0
The text was updated successfully, but these errors were encountered:
Issue or Feature
I have an error like that and when I search for a solution on chatgpt and weboverflow it still happens. Do you have a solution? Because I need canvas for my project features?
node:internal/modules/cjs/loader:1454
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: The specified procedure could not be found.
\?\D:\natan big project\web\natz.com\footage\chatbot\bot2\AI ~ Shikanoko\AI\node_modules\canvas\build\Release\canvas.node
at Module._extensions..node (node:internal/modules/cjs/loader:1454:18)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at Module.require (node:internal/modules/cjs/loader:1233:19)
at require (node:internal/modules/helpers:179:18)
at Object. (D:\natan big project\web\natz.com\footage\chatbot\bot2\AI ~ Shikanoko\AI\node_modules\canvas\lib\bindings.js:3:18)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at Module.require (node:internal/modules/cjs/loader:1233:19)
at require (node:internal/modules/helpers:179:18)
at Object. (D:\natan big project\web\natz.com\footage\chatbot\bot2\AI ~ Shikanoko\AI\node_modules\canvas\lib\canvas.js:9:18)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at Module.require (node:internal/modules/cjs/loader:1233:19)
at require (node:internal/modules/helpers:179:18)
at Object. (D:\natan big project\web\natz.com\footage\chatbot\bot2\AI ~ Shikanoko\AI\node_modules\canvas\index.js:1:16)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10) {
code: 'ERR_DLOPEN_FAILED'
}
Node.js v20.15.0
The text was updated successfully, but these errors were encountered: