micahstubbs commented on issue #2114: URL: https://github.com/apache/helix/issues/2114#issuecomment-1135451627
Let's pin `"@swimlane/ngx-graph": "8.0.0",` Weirdly, the later release break Angular 13 support. That fixes the yarn install. ```py yarn yarn install v1.22.1 warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json. [1/5] 🔍 Validating package.json... [2/5] 🔍 Resolving packages... warning @angular-devkit/build-angular > stylus > css > [email protected]: See https://github.com/lydell/source-map-resolve#deprecated warning [email protected]: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. [3/5] 🚚 Fetching packages... info [email protected]: The CPU architecture "x64" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The platform "darwin" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. info [email protected]: The CPU architecture "x64" is incompatible with this module. [4/5] 🔗 Linking dependencies... warning " > [email protected]" has incorrect peer dependency "keycharm@^0.2.0". warning "ngx-vis > [email protected]" has unmet peer dependency "propagating-hammerjs@^1.4.0 || ^2.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/compiler@>=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next". warning " > [email protected]" has incorrect peer dependency "@angular/core@>=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next". warning " > [email protected]" has incorrect peer dependency "tslint@^5.0.0". [5/5] 🔨 Building fresh packages... success Saved lockfile. ✨ Done in 44.97s. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
