micahstubbs opened a new issue, #2148: URL: https://github.com/apache/helix/issues/2148
### Describe the bug Installing this frontend dependency `ngx-vis` fails in the Ubuntu CI machine. ```py [INFO] --- frontend-maven-plugin:1.12.1:yarn (yarn install) @ helix-front --- [INFO] Running 'yarn install' in /home/runner/work/helix/helix/helix-front [INFO] yarn install v1.22.18 [INFO] [1/5] Validating package.json... [INFO] [2/5] Resolving packages... [INFO] warning request > [email protected]: this library is no longer supported [INFO] [3/5] Fetching packages... [INFO] [4/5] Linking dependencies... [INFO] warning " > [email protected]" has incorrect peer dependency "keycharm@^0.2.0". [INFO] warning "@angular-builders/jest > jest-preset-angular > [email protected]" has incorrect peer dependency "jest@^27.0.0". [INFO] warning " > @angular/[email protected]" has incorrect peer dependency "@angular/[email protected]". [INFO] warning nohoist config is ignored in "cypress" because it is not a private package. If you think nohoist should be allowed in public packages, please submit an issue for your use case. [INFO] [5/5] Building fresh packages... [INFO] info This package requires node-gyp, which is not currently installed. Yarn will attempt to automatically install it. If this fails, you can run "yarn global add node-gyp" to manually install it. [INFO] error An unexpected error occurred: "/home/runner/work/helix/helix/helix-front/node_modules/vis-network: Cannot read property 'config' of undefined". [INFO] error An unexpected error occurred: "/home/runner/work/helix/helix/helix-front/node_modules/vis-network: Cannot read property 'config' of undefined".info If you think this is a bug, please open a bug report with the information provided in "/home/runner/.config/yarn/global/yarn-error.log".**** ``` `[INFO] error An unexpected error occurred: "/home/runner/work/helix/helix/helix-front/node_modules/vis-network: Cannot read property 'config' of undefined". [INFO] error An unexpected error occurred: "/home/runner/work/helix/helix/helix-front/node_modules/vis-network: Cannot read property 'config' of undefined".info If you think this is a bug, please open a bug report with the information provided in "/home/runner/.config/yarn/global/yarn-error.log".****` https://github.com/apache/helix/runs/6820814450?check_suite_focus=true ### To Reproduce Steps to reproduce the behavior. Open a PR and wait for the CI build to run. ### Expected behavior A clear and concise description of what you expected to happen. CI build should succeed, yarn install task for helix-front should succeed. ### Additional context Add any other context about the problem here. -- 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]
