weird dependency issue
I have a simple script that connects via SFTP, unzips an archive and returns text content of that unzipped file. It works well during testing but when Im trying to deploy it, I get a dependency issue:
error: Could not resolve: "@aws-sdk/client-s3". Maybe you need to "bun install"?
. There's no s3 use whatsoever in this script2 Replies