nave@lemmy.zip to Lemmy Shitpost@lemmy.worldEnglish · 2 years agoI wishi.imgur.comexternal-linkmessage-square187fedilinkarrow-up1932
arrow-up1932external-linkI wishi.imgur.comnave@lemmy.zip to Lemmy Shitpost@lemmy.worldEnglish · 2 years agomessage-square187fedilink
minus-squareWhiskyTangoFoxtrot@lemmy.worldlinkfedilinkarrow-up27·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.