BravoB
Windmill15mo ago
3 replies
Bravo

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 script
Screenshot_2024-10-31_at_18.43.19.png
Screenshot_2024-10-31_at_18.44.24.png
Was this page helpful?