geeklearningio / gl-vsts-tasks-yarn

Yarn Package Manager Visual Studio Team Services Build and Release Management extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yarn task should install from Azure Devops Feed

b-barry opened this issue · comments

commented

Before opening an issue please read this.

Are you reporting a bug or a feature request?

  • Bug
  • Feature request

Description

For our application, we use yarn workspaces to manage all our deps. We have setup a Feed to store all our public packages. At every install in the build, the yarn install task is not reaching Feed. So we are not gaining the caching

Expected behaviour

Yarn install task should install deps from Feed selected in the Custom Registries section

Reproduction

Insert reproduction steps here

  • Install the latest version of yarn package using the "Yarn tool installer"
  • Perform a Yarn Install and select a Feed

You can see the configuration in this screenshot below:

Screenshot 2019-07-30 at 15 32 00

You can see in the log below that the task log "Using internal feed" but I don't see the execution of these line of code

MANDATORY FOR BUGS: Insert debug trace
##[debug]Evaluating condition for step: 'Yarn install'
##[debug]Evaluating: succeeded()
##[debug]Evaluating succeeded:
##[debug]=> True
##[debug]Result: True
##[section]Starting: Yarn install
==============================================================================
Task         : Yarn task
Description  : Executes Yarn
Version      : 3.0.1010
Author       : Geek Learning
Help         : [More Information](https://github.com/geeklearningio/gl-vsts-tasks-yarn/wiki/Yarn) (Version 3.0.1010).

Dear Angular and Ember CLI users, please check our [known issues](https://github.com/geeklearningio/gl-vsts-tasks-yarn/wiki/Known-Issues)
==============================================================================
##[debug]agent.TempDirectory=/home/vsts/work/_temp
##[debug]loading inputs and endpoints
##[debug]loading INPUT_PROJECTDIRECTORY
##[debug]loading INPUT_ARGUMENTS
##[debug]loading INPUT_PRODUCTIONMODE
##[debug]loading INPUT_CUSTOMREGISTRY
##[debug]loading INPUT_CUSTOMFEED
##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
##[debug]loaded 8
##[debug]Agent.ProxyUrl=undefined
##[debug]Agent.CAInfo=undefined
##[debug]Agent.ClientCert=undefined
##[debug]Agent.SkipCertValidation=undefined
##[debug]check path : /home/vsts/work/_tasks/Yarn_0888c9a9-d1b2-4567-aae2-beadcb2059b3/3.0.1010/task.json
##[debug]adding resource file: /home/vsts/work/_tasks/Yarn_0888c9a9-d1b2-4567-aae2-beadcb2059b3/3.0.1010/task.json
##[debug]system.culture=en-US
##[debug]which 'yarn'
##[debug]found: '/opt/hostedtoolcache/yarn/1.17.3/x64/yarn-v1.17.3/bin/yarn'
##[debug]arguments=install --cache-folder /home/vsts/work/1/s/.cache/yarn
##[debug]projectDirectory=/home/vsts/work/1/s/src/web/customer-flanders-app
##[debug]customRegistry=useFeed
##[debug]Getting Packaging service access points
##[debug]System.TeamFoundationCollectionUri=https://sdxcloud.visualstudio.com/
##[debug]System.ServerType=Hosted
##[debug]Getting credentials for local feeds
SYSTEMVSSCONNECTION exists true
##[debug]SYSTEMVSSCONNECTION exists true
##[debug]Got auth token
##[debug]System.ServerType=Hosted
##[debug]Agent.ProxyUrl=undefined
##[debug]Getting URI for area ID 4C83CFC1-F33A-477E-A789-29D38FFCA52E from https://sdxcloud.visualstudio.com/
##[debug]Getting credentials for local feeds
SYSTEMVSSCONNECTION exists true
##[debug]SYSTEMVSSCONNECTION exists true
##[debug]Got auth token
##[debug]Agent.ProxyUrl=undefined
##[debug]Acquiring Packaging endpoints from https://sdxcloud.pkgs.visualstudio.com/
##[debug]Successfully acquired the connection data
##[debug]Acquired location
##[debug]{"PackagingUris":["https://sdxcloud.visualstudio.com/","https://sdxcloud.pkgs.visualstudio.com/","https://pkgsprodsu3weu.pkgs.visualstudio.com/","https://sdxcloud.pkgs.visualstudio.com/","https://sdxcloud.pkgs.visualstudio.com/","https://pkgs.dev.azure.com/sdxcloud/"],"DefaultPackagingUri":"https://sdxcloud.pkgs.visualstudio.com/"}
##[debug]/opt/hostedtoolcache/yarn/1.17.3/x64/yarn-v1.17.3/bin/yarn
##[debug]Build.BuildId=3213
##[debug]Agent.BuildDirectory=/home/vsts/work/1
##[debug]testing directory '/home/vsts/work/1/npm'
##[debug]testing directory '/home/vsts/work/1'
##[debug]mkdir '/home/vsts/work/1/npm'
##[debug]Found 0 registries in this account/collection
##[debug]Using internal feed
##[debug]customFeed=7b2feb2a-9c6b-48d9-b5d3-01d746d8d17e
##[debug]Getting registry url from https://sdxcloud.pkgs.visualstudio.com/
##[debug]Getting credentials for local feeds
SYSTEMVSSCONNECTION exists true
##[debug]SYSTEMVSSCONNECTION exists true
##[debug]Got auth token
##[debug]Agent.ProxyUrl=undefined
##[debug]Feed registry url: https://sdxcloud.pkgs.visualstudio.com/_packaging/7b2feb2a-9c6b-48d9-b5d3-01d746d8d17e/npm/registry
##[debug]Getting credentials for local feeds
SYSTEMVSSCONNECTION exists true
##[debug]SYSTEMVSSCONNECTION exists true
##[debug]Got auth token
##[debug]Using registry: https://sdxcloud.pkgs.visualstudio.com/_packaging/7b2feb2a-9c6b-48d9-b5d3-01d746d8d17e/npm/registry/
##[debug]Adding auth for registry: https://sdxcloud.pkgs.visualstudio.com/_packaging/7b2feb2a-9c6b-48d9-b5d3-01d746d8d17e/npm/registry/
##[debug]which 'yarn'
##[debug]found: '/opt/hostedtoolcache/yarn/1.17.3/x64/yarn-v1.17.3/bin/yarn'
##[debug]which 'yarn'
##[debug]found: '/opt/hostedtoolcache/yarn/1.17.3/x64/yarn-v1.17.3/bin/yarn'
##[debug]ProductionMode=false
##[debug]/opt/hostedtoolcache/yarn/1.17.3/x64/yarn-v1.17.3/bin/yarn arg: install --cache-folder /home/vsts/work/1/s/.cache/yarn
##[debug]OverridingProjectNpmrc: /home/vsts/work/1/s/src/web/customer-flanders-app/.npmrc
##[debug]Agent.BuildDirectory=/home/vsts/work/1
##[debug]Saving file /home/vsts/work/1/s/src/web/customer-flanders-app/.npmrc
##[debug]rm -rf /home/vsts/work/1/s/src/web/customer-flanders-app/.npmrc
##[debug]removing file
##[debug]exec tool: /opt/hostedtoolcache/yarn/1.17.3/x64/yarn-v1.17.3/bin/yarn
##[debug]arguments:
##[debug]   install
##[debug]   --cache-folder
##[debug]   /home/vsts/work/1/s/.cache/yarn
[command]/opt/hostedtoolcache/yarn/1.17.3/x64/yarn-v1.17.3/bin/yarn install --cache-folder /home/vsts/work/1/s/.cache/yarn
yarn install v1.17.3
warning package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.9: The platform "linux" is incompatible with this module.
info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.0.6: The platform "linux" is incompatible with this module.
info "fsevents@2.0.6" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > @storybook/addon-info@5.0.11" has unmet peer dependency "react@*".
warning "@storybook/addon-info > react-element-to-jsx-string@14.0.2" has unmet peer dependency "react-dom@^0.14.8 || ^15.0.1 || ^16.0.0".
warning " > @storybook/addon-knobs@5.0.11" has unmet peer dependency "react@*".
warning "@storybook/addon-knobs > react-select@2.4.4" has unmet peer dependency "react@^15.3.0 || ^16.0.0".
warning "@storybook/addon-knobs > react-select@2.4.4" has unmet peer dependency "react-dom@^15.3.0 || ^16.0.0".
warning "@storybook/addon-knobs > react-color > @icons/material@0.2.4" has unmet peer dependency "react@*".
warning "@storybook/addon-knobs > react-select > react-input-autosize@2.2.1" has unmet peer dependency "react@^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0".
warning "@storybook/addon-knobs > react-select > react-transition-group@2.9.0" has unmet peer dependency "react@>=15.0.0".
warning "@storybook/addon-knobs > react-select > react-transition-group@2.9.0" has unmet peer dependency "react-dom@>=15.0.0".
warning " > @storybook/addon-viewport@5.0.11" has unmet peer dependency "react@*".
warning " > @storybook/react@5.0.11" has unmet peer dependency "babel-loader@^7.0.0 || ^8.0.0".
warning " > @storybook/react@5.0.11" has unmet peer dependency "react@*".
warning " > @storybook/react@5.0.11" has unmet peer dependency "react-dom@*".
warning "@storybook/react > @babel/plugin-transform-react-constant-elements@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @babel/preset-flow@7.0.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @babel/preset-react@7.0.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core@5.0.11" has unmet peer dependency "babel-loader@^7.0.0 || ^8.0.0".
warning "@storybook/react > @storybook/core@5.0.11" has unmet peer dependency "react@*".
warning "@storybook/react > @storybook/core@5.0.11" has unmet peer dependency "react-dom@*".
warning "@storybook/react > babel-plugin-named-asset-import@0.3.2" has unmet peer dependency "@babel/core@^7.1.0".
warning "@storybook/react > @babel/preset-flow > @babel/plugin-transform-flow-strip-types@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @babel/preset-react > @babel/plugin-transform-react-display-name@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @babel/preset-react > @babel/plugin-transform-react-jsx@7.3.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @babel/preset-react > @babel/plugin-transform-react-jsx-self@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @babel/preset-react > @babel/plugin-transform-react-jsx-source@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/plugin-proposal-class-properties@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/plugin-proposal-object-rest-spread@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/plugin-syntax-dynamic-import@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env@7.4.5" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @babel/preset-flow > @babel/plugin-transform-flow-strip-types > @babel/plugin-syntax-flow@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @babel/preset-react > @babel/plugin-transform-react-jsx > @babel/plugin-syntax-jsx@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/plugin-proposal-class-properties > @babel/helper-create-class-features-plugin@7.4.4" has unmet peer dependency "@babel/core@^7.0.0".
warning "@storybook/react > @storybook/core > @babel/plugin-proposal-object-rest-spread > @babel/plugin-syntax-object-rest-spread@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-proposal-async-generator-functions@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-proposal-json-strings@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-proposal-optional-catch-binding@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-proposal-unicode-property-regex@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-syntax-async-generators@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-syntax-json-strings@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-syntax-optional-catch-binding@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-arrow-functions@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-async-to-generator@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-block-scoped-functions@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-block-scoping@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-classes@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-computed-properties@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-destructuring@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-dotall-regex@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-duplicate-keys@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-exponentiation-operator@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-for-of@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-function-name@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-literals@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-member-expression-literals@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-modules-amd@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-modules-commonjs@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-modules-systemjs@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-modules-umd@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-named-capturing-groups-regex@7.4.5" has unmet peer dependency "@babel/core@^7.0.0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-new-target@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-object-super@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-parameters@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-property-literals@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-regenerator@7.4.5" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-reserved-words@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-shorthand-properties@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-spread@7.2.2" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-sticky-regex@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-template-literals@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-typeof-symbol@7.2.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "@storybook/react > @storybook/core > @babel/preset-env > @babel/plugin-transform-unicode-regex@7.4.4" has unmet peer dependency "@babel/core@^7.0.0-0".
warning "react-scripts > @typescript-eslint/eslint-plugin@1.6.0" has unmet peer dependency "typescript@*".
warning "react-scripts > @typescript-eslint/parser@1.6.0" has unmet peer dependency "typescript@*".
warning "react-scripts > @typescript-eslint/eslint-plugin > @typescript-eslint/typescript-estree@1.6.0" has unmet peer dependency "typescript@*".
warning "react-scripts > @typescript-eslint/eslint-plugin > tsutils@3.12.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev".
warning " > storybook-addon-styled-component-theme@1.2.3" has unmet peer dependency "@storybook/addons@^5.0.0".
warning " > storybook-addon-styled-component-theme@1.2.3" has unmet peer dependency "react@^16.0.0".
warning " > storybook-addon-styled-component-theme@1.2.3" has unmet peer dependency "styled-components@^4.0.0".
warning "storybook-addon-styled-component-theme > recompose@0.27.1" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/common > @testing-library/react@8.0.1" has unmet peer dependency "react-dom@*".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/common > styled-components@4.2.0" has unmet peer dependency "react-dom@>= 16.3.0".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/api > react-native@0.59.8" has incorrect peer dependency "react@16.8.3".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > babel-plugin-jsx-remove-data-test-id@2.0.0" has unmet peer dependency "@babel/core@^7.0.0".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > eslint-config-airbnb@17.1.0" has unmet peer dependency "eslint@^4.19.1 || ^5.3.0".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > eslint-config-prettier@4.3.0" has unmet peer dependency "eslint@>=3.14.1".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > eslint-import-resolver-typescript@1.1.1" has unmet peer dependency "eslint@*".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > eslint-plugin-import@2.17.3" has unmet peer dependency "eslint@2.x - 5.x".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > eslint-plugin-react@7.13.0" has unmet peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > jest-styled-components@6.3.1" has incorrect peer dependency "styled-components@^2.0.0 || ^3.0.2".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > svgo-loader@2.2.0" has unmet peer dependency "svgo@^1.0.0".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > typescript-eslint-parser@22.0.0" has unmet peer dependency "eslint@>=4.19.1".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/citizen-mobile > react-native-app-auth@4.4.0" has unmet peer dependency "invariant@^2.2.2".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/api > react-native > metro-react-native-babel-transformer@0.51.0" has unmet peer dependency "@babel/core@*".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > eslint-config-airbnb > eslint-config-airbnb-base@13.1.0" has unmet peer dependency "eslint@^4.19.1 || ^5.3.0".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > react-docgen-typescript-loader > @webpack-contrib/schema-utils@1.0.0-beta.0" has unmet peer dependency "webpack@^3.0.0 || ^4.0.0".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui > svg-sprite-loader > html-webpack-plugin@3.2.0" has unmet peer dependency "webpack@^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/ui-flanders > @govflanders/vl-ui-modal > vue-focus-lock@1.3.1" has unmet peer dependency "vue@^2.0.0".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/citizen-mobile > react-navigation > react-navigation-drawer@1.2.1" has unmet peer dependency "react-native-screens@^1.0.0 || ^1.0.0-alpha".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/citizen-mobile > react-navigation > react-navigation-stack@1.4.0" has unmet peer dependency "react-native-screens@^1.0.0 || ^1.0.0-alpha".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/citizen-mobile > react-navigation > react-navigation-tabs@1.1.4" has unmet peer dependency "react-native-screens@^1.0.0 || ^1.0.0-alpha".
warning "workspace-aggregator-63584bac-9fca-4035-9e09-32d59113c513 > @kaa/api > react-native > @react-native-community/cli > metro-react-native-babel-transformer@0.51.1" has unmet peer dependency "@babel/core@*".
[4/4] Building fresh packages...
Done in 155.92s.
##[debug]Exit code 0 received from tool '/opt/hostedtoolcache/yarn/1.17.3/x64/yarn-v1.17.3/bin/yarn'
##[debug]STDIO streams have closed for tool '/opt/hostedtoolcache/yarn/1.17.3/x64/yarn-v1.17.3/bin/yarn'
##[debug]rm -rf /home/vsts/work/1/s/src/web/customer-flanders-app/.npmrc
##[debug]removing file
##[debug]RestoringProjectNpmrc
##[debug]Agent.BuildDirectory=/home/vsts/work/1
##[debug]Restoring file /home/vsts/work/1/s/src/web/customer-flanders-app/.npmrc
##[debug]rm -rf /home/vsts/work/1/npm/.npmrc
##[debug]removing file
##[debug]rm -rf /home/vsts/work/1/npm/3213.npmrc
##[debug]removing file
##[debug]task result: Succeeded
##[debug]Processed: ##vso[task.complete result=Succeeded;]Yarn executed successfully
##[debug]Agent.BuildDirectory=/home/vsts/work/1
##[debug]rm -rf /home/vsts/work/1/npm
##[debug]removing directory
##[section]Finishing: Yarn install

In order to allow us to quickly reproduce you issue please include a link to a reproduction repository

System information

VSTS or TFS:

  • VSTS
  • TFS

Agent:

  • Hosted
  • Custom

OS:

  • Windows
  • Mac
  • Linux

Yarn version:
Yarn version*
Latest

Node version:
Node version*
10

Thanks for your help

commented

Thanks for the response. We used it but it is too slow when it is downloading. We have a yarn workspaces with 7 packages so our node_modules is Big