Skip to content

Commit 8d91526

Browse files
committed
chore: Update npm install commands to use --legacy-peer-deps
1 parent 79275a2 commit 8d91526

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo "//packages.infragistics.com/npm/js-licensed/:_authToken=${{ secrets.INFRAGISTICS_NPM_TOKEN }}" >> .npmrc
8585
8686
- name: Install dependencies
87-
run: npm install
87+
run: npm install --legacy-peer-deps
8888
env:
8989
GITHUB_ACTIONS: true
9090

@@ -115,7 +115,7 @@ jobs:
115115
npx --userconfig=./.npmrc ng g @igniteui/angular-schematics:upgrade-packages --skip-install
116116
117117
- name: Install dependencies after schematics
118-
run: npm install
118+
run: npm install --legacy-peer-deps
119119
env:
120120
GITHUB_ACTIONS: true
121121

azure-devops/app-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ steps:
6464
- task: Npm@1
6565
displayName: npm install
6666
inputs:
67-
command: install
67+
command: install --legacy-peer-deps
6868
workingDir: $(Build.SourcesDirectory)
6969
verbose: false
7070
customEndpoint: 'public proget'

azure-devops/app-crm-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ steps:
6464
- task: Npm@1
6565
displayName: npm install
6666
inputs:
67-
command: install
67+
command: install --legacy-peer-deps
6868
workingDir: $(Build.SourcesDirectory)
6969
verbose: false
7070
customEndpoint: 'public proget'

azure-devops/app-lob-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ steps:
6464
- task: Npm@1
6565
displayName: npm install
6666
inputs:
67-
command: install
67+
command: install --legacy-peer-deps
6868
workingDir: $(Build.SourcesDirectory)
6969
verbose: false
7070
customEndpoint: 'public proget'

0 commit comments

Comments
 (0)