ionic-cli icon indicating copy to clipboard operation
ionic-cli copied to clipboard

feat(cli): now support bun

Open slogive opened this issue 1 year ago • 4 comments

This PR add supports for bun package manager setting ionic config set -g npmClient bun

slogive avatar Oct 16 '24 20:10 slogive

this patch works.. @mlynch @ericb could you help reviewing this PR?

hoishing avatar Feb 20 '25 11:02 hoishing

Please can this be merged and released this is holding me back quite a bit

msvdaamen avatar Mar 06 '25 19:03 msvdaamen

I'm waiting for merge

slogive avatar Mar 06 '25 19:03 slogive

Waiting for this. but I have an alternative for this with bun --yarn

create a file in ~/.bun/bin/yarn with content

#!/bin/sh

bun --yarn "$@"

make it executable, and set ionic npm client to yarn

ekoeryanto avatar May 01 '25 16:05 ekoeryanto