-
Notifications
You must be signed in to change notification settings - Fork 62
Description
I tried to deploy this on vercel but it seems to not working becuase of a package which is giving the error
[09:30:20.922] Running build in Washington, D.C., USA (East) – iad1
[09:30:21.047] Cloning github.com/Salehin-Sammo/Portfolio-Website (Branch: main, Commit: a374cd2)
[09:30:21.098] Skipping build cache, deployment was triggered without cache.
[09:30:21.505] Cloning completed: 458.108ms
[09:30:21.822] Running "vercel build"
[09:30:22.371] Vercel CLI 33.2.0
[09:30:23.500] Installing dependencies...
[09:30:47.400] npm ERR! code 1
[09:30:47.400] npm ERR! path /vercel/path0/node_modules/@scarf/scarf
[09:30:47.402] npm ERR! command failed
[09:30:47.403] npm ERR! command sh -c node ./report.js
[09:30:47.403] npm ERR! node: /lib64/libm.so.6: version GLIBC_2.27' not found (required by node) [09:30:47.403] npm ERR! node: /lib64/libc.so.6: version GLIBC_2.27' not found (required by node)
[09:30:47.404] npm ERR! node: /lib64/libc.so.6: version `G

LIBC_2.28' not found (required by node)
[09:30:47.405]
[09:30:47.405] npm ERR! A complete log of this run can be found in: /vercel/.npm/_logs/2024-01-29T22_30_24_069Z-debug-0.log
[09:30:47.431] Error: Command "npm install" exited with 1
[09:30:47.685]
but it's working perfectly on my local machine.