diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e06063a72..f74666c62 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ steps: - task: Npm@1 inputs: command: 'custom' - customCommand: 'install' + customCommand: 'install --legacy-peer-deps' customEndpoint: 'public proget' env: AZURE_PIPELINES: "true"