Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not found /var/vendor/linux-x64-binding.node #262

Open
caopengau opened this issue Nov 23, 2023 · 1 comment
Open

Not found /var/vendor/linux-x64-binding.node #262

caopengau opened this issue Nov 23, 2023 · 1 comment

Comments

@caopengau
Copy link

I'm getting this error when deployed on AWS lambda
Any ideas?
{
"errorType": "Error",
"errorMessage": "Not found /var/vendor/linux-x64-binding.node , You can rebuild it, to directory /var, Run node-gyp rebuild Command.",
"stack": [
"Error: Not found /var/vendor/linux-x64-binding.node , You can rebuild it, to directory /var, Run node-gyp rebuild Command.",
" at module2.exports (/var/task/handler.js:39163:15)",
" at node_modules/images/index.js (/var/task/handler.js:39198:36)",
" at __require (/var/task/handler.js:8:50)",
" at Object. (/var/task/handler.js:39407:29)",
" at Module._compile (node:internal/modules/cjs/loader:1256:14)",
" at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)",
" at Module.load (node:internal/modules/cjs/loader:1119:32)",
" at Module._load (node:internal/modules/cjs/loader:960:12)",
" at Module.require (node:internal/modules/cjs/loader:1143:19)",
" at require (node:internal/modules/cjs/helpers:119:18)"
]
}

@jbelelieu
Copy link

Getting the same error on Node20:

node: symbol lookup error: /.../node_modules/images/vendor/linux-x64-binding.node: undefined symbol: _ZN2v87Isolate19CheckMemoryPressureEv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants