Ross Gerbasi
06/19/2022, 4:34 PMaws-cdk-lib versions. Is there a reason this is needed? I'll add more details in the thread.Ross Gerbasi
06/19/2022, 4:35 PMimport { Certificate } from 'aws-cdk-lib/aws-certificatemanager' which will be the 2.25 CDK versionRoss Gerbasi
06/19/2022, 4:36 PMcustomDomain property of ViteStaticSite (and others) will pull from @serverless-stack/resources/node_modules/aws-cdk-lib/aws-certificatemanager (2.24)Ross Gerbasi
06/19/2022, 4:37 PMTypes have separate declarations of a private property 'amount'. Which is absolutely stupid... but here we are. It is upset that both the Duration in my node_modules and the Duration in the sst/resources/node_modules both define a private readonly amount even though the files are the same 😕Ross Gerbasi
06/19/2022, 4:38 PMRoss Gerbasi
06/19/2022, 4:39 PMimport {
Certificate,
} from '@serverless-stack/resources/node_modules/aws-cdk-lib/aws-certificatemanager'thdxr
06/19/2022, 4:57 PMthdxr
06/19/2022, 10:58 PMthdxr
06/19/2022, 10:58 PMthdxr
06/19/2022, 10:58 PMRoss Gerbasi
06/20/2022, 12:10 AMpackage-lock situation? not sure how it would have gotten in there.. lemme seeRoss Gerbasi
06/20/2022, 12:11 AMpackage-lock so is 2.24.0. lemme trash this file, and node_modules for my project/workspaces and try againthdxr
06/20/2022, 12:28 AMthdxr
06/20/2022, 12:29 AMthdxr
06/20/2022, 12:29 AMthdxr
06/20/2022, 12:29 AMRoss Gerbasi
06/20/2022, 12:29 AMnpx sst update also update my copy as well or do i need to update manuallty also?thdxr
06/20/2022, 12:29 AMRoss Gerbasi
06/20/2022, 12:30 AMthdxr
06/20/2022, 12:30 AMRoss Gerbasi
06/20/2022, 12:31 AM