File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments