We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5502d1b commit 12f6abeCopy full SHA for 12f6abe
azure-pipelines/build-pipeline.yml
@@ -71,7 +71,7 @@ stages:
71
Get-Content -Path .\.npmrc
72
$packageJson = Get-Content -Raw .\package.json | ConvertFrom-Json
73
$npmUninstallPackages = "npm uninstall --save "
74
- $npmInstallPackages = "npm install "
+ $npmInstallPackages = "npm install --legacy-peer-deps"
75
$packageJson.dependencies.PSObject.Properties | `
76
Where-Object {
77
$_.Name.StartsWith("igniteui-webcomponents-") -or $_.Name.StartsWith("igniteui-dockmanager") `
0 commit comments