Skip to content

Commit 90a2efe

Browse files
HDingerclaude
andcommitted
fix: use --legacy-peer-deps for Angular build to resolve TypeScript 6.x peer conflict
@angular/build@21.x requires typescript >=5.9 <6.0, but the project uses TypeScript 6.0.3. Angular 22 (currently in beta) will support TypeScript 6.x. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dd1c981 commit 90a2efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build_angular/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "**************** Copying assets files to build directory ****************"
2121
cp -R ../build/ .
2222

2323
echo "**************** Installing ****************"
24-
npm ci
24+
npm ci --legacy-peer-deps
2525

2626
echo "**************** Building ****************"
2727
npm run build

0 commit comments

Comments
 (0)