wclr / yalc

Work with yarn/npm packages locally like a boss.
MIT License
5.64k stars 147 forks source link

"yalc" is not recognized (Windows + Yarn) #236

Open ChristopherKubis opened 8 months ago

ChristopherKubis commented 8 months ago

Im trying publish with yalc a package, but the term "yalc" isn't recognized on my Windows 11 machine

I have installed yalc globally with yarn, and i can see on my yarn global list, but when im trying run "yalc publish", or any other command of yalc, is showed to me that message:

I tried restart my machine and clean the node_modules folder, but the error persist, and i dont know what happening

ChristopherKubis commented 8 months ago

Oh, i uninstalled yalc from global yarn, then install globally utilizing npm, and this work fine, now the command is recognized. But, with yarn, i continue dont knowing.