We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After tap/danger-js was updated to the new version 11.0.4, danger-swift started to fail to install because it has a dependency on tap/danger-js.
danger-swift
tap/danger-js
CircleCI log
==> Tapping danger/tap Cloning into '/usr/local/Homebrew/Library/Taps/danger/homebrew-tap'... remote: Enumerating objects: 520, done. remote: Counting objects: 100% (88/88), done. remote: Compressing objects: 100% (64/64), done. Receiving objects: 20% (104/520) remote: Total 520 (delta 52), reused 51 (delta 24), pack-reused 432 Receiving objects: 100% (520/520), 94.71 KiB | 1.75 MiB/s, done. Resolving deltas: 100% (320/320), done. Tapped 3 formulae (16 files, 116.2KB). ==> Downloading https://github.com/danger/danger-js/releases/download/11.0.4/dan ==> Downloading from https://objects.githubusercontent.com/github-production-rel ######################################################################## 100.0% ==> Installing danger-js from danger/tap 🍺 /usr/local/Cellar/danger-js/11.0.4: 3 files, 104.7MB, built in 4 seconds ==> Running `brew cleanup danger-js`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). ==> Downloading https://github.com/danger/danger-swift/archive/3.12.3.tar.gz ==> Downloading from https://codeload.github.com/danger/swift/tar.gz/refs/tags/3 ##O#- # ==> Installing danger-swift from danger/tap ==> make install PREFIX=/usr/local/Cellar/danger-swift/3.12.3 🍺 /usr/local/Cellar/danger-swift/3.12.3: 17 files, 5.3MB, built in 59 seconds ==> Running `brew cleanup danger-swift`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). #!/bin/bash --login -eo pipefail danger-swift ci ERROR: Danger JS was not found on the system Please install it with npm or brew Exited with code exit status 1 CircleCI received exit code 1
The text was updated successfully, but these errors were encountered:
Seeing the same thing on my CI machine
Sorry, something went wrong.
No branches or pull requests
After tap/danger-js was updated to the new version 11.0.4,
danger-swift
started to fail to install because it has a dependency ontap/danger-js
.CircleCI log
The text was updated successfully, but these errors were encountered: