nave@lemmy.zip to Lemmy Shitpost@lemmy.worldEnglish · 2 years agoI wishi.imgur.comimagemessage-square168fedilinkarrow-up1866arrow-down115
arrow-up1851arrow-down1imageI wishi.imgur.comnave@lemmy.zip to Lemmy Shitpost@lemmy.worldEnglish · 2 years agomessage-square168fedilink
minus-squareWhiskyTangoFoxtrot@lemmy.worldlinkfedilinkarrow-up27arrow-down1·2 years agoJust do npm install isEven and don’t worry about it.
minus-squarewhere_am_i@sh.itjust.workslinkfedilinkarrow-up15·2 years agolooks like it depends on isOdd, which is unmaintained. I have a dependency conflict, what should I do?
minus-squareKogasa@programming.devlinkfedilinkarrow-up8·2 years 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.