Я пытаюсь установить плагин Show-Tree помощью powershell но всегда получаю сообщение об ошибке:

PS C:\Windows\system32> Install-Script -Name Show-Tree
Install-Script : The term 'Install-Script' 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 line:1 char:1
+ Install-Script -Name Show-Tree
+ ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Install-Script:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Как это решить? Как правильно установить Show-tree ? Ссылка на скрипт

1 ответ1

1

Попробуйте использовать следующее:

Install-Module -Name Show-Tree

Это правильная команда при установке модуля

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .