Express.js building error

Hi! Currently have a express.js project in other platform but i would like to move it to netlify.

I tried to migrate my project for lambda supported version but i got this error:

netlify-lambda build express

netlify-lambda: Building functions
[
  ModuleDependencyError: Can't import the named export 'Readable' from non EcmaScript module (only default export is available)

I got the same issue when I tried to migrate from vercel. Do you guys have any idea what’s wrong?

Netlify Lambda is a deprecated package and you shouldn’t be using it anymore. Check out: Functions overview | Netlify Docs and netlify-file-browser/api.js at v2 · Hrishikesh-K/netlify-file-browser · GitHub.

Thanks a lot! It helped me a lot