#Bun Build

1 messages · Page 1 of 1 (latest)

gusty phoenix
#

Hello,

I'm trying to build my Adonis app using bun build server.js --outdir build --target bun command and it is not able to resolve a couple of packages.

error: Could not resolve: "mock-aws-s3". Maybe you need to "bun install"?

Before running the build command, the install command has already been executed bun install --production.