swift
swift copied to clipboard
Command `danger-swift ci` fails to run
Both danger-js and danger-swift are installed in the system, but danger-swift ci
fails to run with error: ERROR: Danger JS was not found on the system
brew install danger/tap/danger-js
Running brew update --preinstall
...
Warning: danger/tap/danger-js 11.0.4 is already installed and up-to-date.
To reinstall 11.0.4, run:
brew reinstall danger-js
brew install danger/tap/danger-swift Warning: danger/tap/danger-swift 3.12.3 is already installed and up-to-date. To reinstall 3.12.3, run: brew reinstall danger-swift
danger-swift ci ERROR: Danger JS was not found on the system Please install it with npm or brew
it might be connected with just released new version of danger-js 11.0.4
We are encountering the same problem. All of our pipelines broke all of a sudden this morning.
Any updates?
FWIW, this started working again for us without further changes after the 11.0.5 release.
I grabbed an old mac to redeploy 11.0.4 as 11.0.5 of danger-js which looks like I have to keep around now