Created
September 28, 2020 16:44
-
-
Save jwhitlock/3ae4d114aa3a52ad2a5b169860b0f500 to your computer and use it in GitHub Desktop.
Output of yarn install commands in taskcluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yarn install v1.22.5 | |
| [1/5] π Validating package.json... | |
| [2/5] π Resolving packages... | |
| [3/5] π Fetching packages... | |
| [4/5] π Linking dependencies... | |
| warning "newrelic > @grpc/grpc-js@1.0.5" has unmet peer dependency "google-auth-library@5.x || 6.x". | |
| [5/5] π¨ Building fresh packages... | |
| β¨ Done in 4.75s. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ yarn | |
| yarn install v1.22.5 | |
| [1/5] π Validating package.json... | |
| [2/5] π Resolving packages... | |
| [3/5] π Fetching packages... | |
| [4/5] π Linking dependencies... | |
| warning " > @material-ui/pickers@3.2.7" has unmet peer dependency "@date-io/core@^1.3.6". | |
| warning " > material-ui-json-schema-viewer@1.1.1" has incorrect peer dependency "react@^16.12.0". | |
| warning " > material-ui-json-schema-viewer@1.1.1" has incorrect peer dependency "react-dom@^16.12.0". | |
| warning " > react-apollo@3.1.5" has unmet peer dependency "@types/react@^16.8.0". | |
| warning "react-apollo > @apollo/react-common@3.1.4" has unmet peer dependency "@types/react@^16.8.0". | |
| warning "react-apollo > @apollo/react-components@3.1.5" has unmet peer dependency "@types/react@^16.8.0". | |
| warning "react-apollo > @apollo/react-components@3.1.5" has unmet peer dependency "apollo-cache@^1.3.2". | |
| warning "react-apollo > @apollo/react-hoc@3.1.5" has unmet peer dependency "@types/react@^16.8.0". | |
| warning "react-apollo > @apollo/react-hooks@3.1.5" has unmet peer dependency "@types/react@^16.8.0". | |
| warning "@mozilla-frontend-infra/react-lint > @neutrinojs/airbnb@9.0.0-rc.4" has incorrect peer dependency "neutrino@9.0.0-rc.4". | |
| warning "@mozilla-frontend-infra/react-lint > @neutrinojs/airbnb > @neutrinojs/eslint@9.0.0-rc.4" has incorrect peer dependency "neutrino@9.0.0-rc.4". | |
| warning "@neutrinojs/airbnb > eslint-config-airbnb@18.0.1" has incorrect peer dependency "eslint-plugin-react-hooks@^1.7.0". | |
| warning "react-styleguidist > webpack-dev-server@2.11.3" has incorrect peer dependency "webpack@^2.2.0 || ^3.0.0". | |
| warning "react-styleguidist > webpack-dev-server > webpack-dev-middleware@1.12.2" has incorrect peer dependency "webpack@^1.0.0 || ^2.0.0 || ^3.0.0". | |
| [5/5] π¨ Building fresh packages... | |
| β¨ Done in 62.61s. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment