Hi,
I get this error when running fly launch or fly deploy --local-only:
Error: failed to fetch an image or build from source: error building: failed to solve: failed to compute cache key: failed to calculate checksum of ref kepv7fevbzfdi23hb4pk2ofby::7sfjy8abfizlayay6fx3mt291: "/package-lock.json": not found
This indicates that your Dockerfile mentions package-lock.json (typically in a COPY statement), but no such file is present in your application. Running a command like npm install will create this file.