ncc
ncc copied to clipboard
ENOENT: no such file or directory, open '/var/data/geo.dat'
I'm using vercel/ncc to deploy a serverless fn to aws lambda. I noticed an issue with geo-tz, where the fn fails due to the following error: ENOENT: no such file or directory, open '/var/data/geo.dat'
This looks virtually identical to an issue in vercel/nft: https://github.com/vercel/nft/issues/251