serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Old Globby v10 importing @types/glob and @types/minimatch causing build error

Open BananZG opened this issue 1 year ago • 0 comments

Latest Glob dependency does not require @types anymore and this repo is using v10 which caused conflicts with other dependencies.

SS of error: image

Temporary workaround: Overwrite globby to 11.1.0 to match with serverless's dependency in package.json image

BananZG avatar Mar 13 '24 03:03 BananZG