@[email protected] to Lemmy [email protected]English • 1 year agoI wishi.imgur.commessage-square183fedilinkarrow-up1906
arrow-up1888imageI wishi.imgur.com@[email protected] to Lemmy [email protected]English • 1 year agomessage-square183fedilink
minus-square@[email protected]linkfedilink26•1 year agoJust do npm install isEven and don’t worry about it.
minus-square@[email protected]linkfedilink15•1 year agolooks like it depends on isOdd, which is unmaintained. I have a dependency conflict, what should I do?
minus-squareKogasalinkfedilink8•1 year agoExtract an interface and let the consumer supply the implementation.
Just do
npm install isEven
and don’t worry about it.looks like it depends on isOdd, which is unmaintained. I have a dependency conflict, what should I do?
Extract an interface and let the consumer supply the implementation.