The term 'clist' is not recognized as the name of a cmdlet, function #194
Replies: 1 comment
-
|
See #189 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been encountering this problem lately. I get the following error code when using winfetch
& : The term 'clist' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At C:\tools\winfetch\winfetch.ps1:875 char:24 $chocopkg = (& clist -l)[-1].Split(' ')[0] - 1The same issue was also raised in this discussion here.
Can anyone guide us why this seems to happen?
Beta Was this translation helpful? Give feedback.
All reactions