ioBroker / create-adapter

Command line utility to create customized ioBroker adapters
MIT License
50 stars 23 forks source link

Need to also pin sinon-chai #1106

Closed Garfonso closed 3 days ago

Garfonso commented 1 month ago

There is a new version of sinon-chai (4.0.0) that requires Chai 5.x. Since the creator makes the new adapter depend on Chai 4, Chai 5 can not be resolved.

So best for now would be to add @3 to the sinon-chai dependency.

BenAhrdt commented 1 month ago

change sinon-chai from 4.0.0 to 3.7.0 and it works.