swift icon indicating copy to clipboard operation
swift copied to clipboard

Command `danger-swift ci` fails to run

Open Drag11 opened this issue 2 years ago • 4 comments

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

Drag11 avatar Apr 22 '22 02:04 Drag11

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

albertodebortoli avatar Apr 22 '22 11:04 albertodebortoli

Any updates?

Drag11 avatar May 03 '22 23:05 Drag11

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

marcomasser avatar May 04 '22 06:05 marcomasser

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

orta avatar May 04 '22 10:05 orta