danger / swift

⚠️ Stop saying "you forgot to …" in code review
https://danger.systems/swift/
MIT License
1.05k stars 141 forks source link

Command `danger-swift ci` fails to run #516

Open Drag11 opened 2 years ago

Drag11 commented 2 years ago

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

albertodebortoli commented 2 years ago

We are encountering the same problem. All of our pipelines broke all of a sudden this morning.

Drag11 commented 2 years ago

Any updates?

marcomasser commented 2 years ago

FWIW, this started working again for us without further changes after the 11.0.5 release.

orta commented 2 years ago

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