You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TenantPipeline currently fails to build (during initial creation via the main ./deployment.sh) unless the TypeScript package version is updated in the package.json for the pipeline. Apparently this is due to a breaking change in a recent @types/prettier package release
I fixed the issue by updating to "typescript": "^4.2.0" in the package.json for the TenantPipeline
Hi @chalcrow , thanks for reporting this issue and providing the link. This error is also reported in the CDK public repo. You can find it here: aws/aws-cdk#20319
The solution mentioned there is to pin the @types/prettier package to 2.6.0 in the devDependencies section in the package.json file, which is the fix included in this open PR #25. If, for some reason, that does not work for you, please let us know and we will take another look.
We are reviewing that PR and plan to merge it into the main branch soon.
The TenantPipeline currently fails to build (during initial creation via the main
./deployment.sh
) unless the TypeScript package version is updated in thepackage.json
for the pipeline. Apparently this is due to a breaking change in a recent@types/prettier
package releaseI fixed the issue by updating to "typescript": "^4.2.0" in the
package.json
for the TenantPipelineA description of the issue including the error encountered is at - DefinitelyTyped/DefinitelyTyped#60314
The text was updated successfully, but these errors were encountered: