wclr/yalc

"yalc" is not recognized (Windows + Yarn)

ChristopherKubis opened this issue · 1 comments

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:

  • "yalc: The term 'yalc' is not recognized as a name of a cmdlet, function, script file, or executable program."

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

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.