You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install zcli with yarn as listed in the README completes and installs zcli yarn global add @zendesk/zcli
Reality
yarn throws an error, Usage Error: No project found in /your/directory
Searching for a solution it seems that yarn has replaced the global option with dlx. See issue here.
Is there a specific version of yarn to be used? I didn't try using the dlx option as it was mentioned to be used for one-shot scripts.
I installed zcli using npm, found from this commit here.
Expectations
Trying to install zcli with yarn as listed in the README completes and installs zcli
yarn global add @zendesk/zcli
Reality
yarn throws an error,
Usage Error: No project found in /your/directory
Searching for a solution it seems that yarn has replaced the
global
option withdlx
. See issue here.Is there a specific version of yarn to be used? I didn't try using the
dlx
option as it was mentioned to be used for one-shot scripts.I installed zcli using npm, found from this commit here.
Thanks!
Steps to Reproduce
Issue details
yarn global add @zendesk/zcli
The text was updated successfully, but these errors were encountered: