styled-qr-code icon indicating copy to clipboard operation
styled-qr-code copied to clipboard

`GLIBC_2.27' not found

Open H7ioo opened this issue 2 years ago • 1 comments

Trying to upload Next.js app to Vercel. I'm getting this error:

Error: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /vercel/path0/node_modules/skia-canvas/lib/v6/index.node)
22:17:07.555

I tried to change node versions, 16 and 18 and it still doesn't work. Is there anything we can do?

H7ioo avatar Nov 08 '23 19:11 H7ioo

Is this issue resolved

skia-canvas is shared library of @loskir/styled-qr-code-node it will only support with giblic 2.28 or later.

sa-od avatar Jan 05 '24 10:01 sa-od

Is this issue resolved

skia-canvas is shared library of @loskir/styled-qr-code-node it will only support with giblic 2.28 or later.

I lazy imported it instead.

H7ioo avatar May 20 '24 20:05 H7ioo