Skip to content

[BUG] window 执行 .\install.ps1 -List 报错 #12

@ryan-0526

Description

@ryan-0526

PS D:\JobUtil\skills> .\install.ps1 -List
Available Skills:

Write-Host : 无法绑定参数“ForegroundColor”。无法将值“Green -NoNewline
Write-Host ”转换为类型“System.ConsoleColor”。错误:“无法将标识符名称 Green -NoNewline
Write-Host 与有效的枚举器名称相匹配。请指定以下枚举器名称之一,然后重试:
Black, DarkBlue, DarkGreen, DarkCyan, DarkRed, DarkMagenta, DarkYellow, Gray, DarkGray, Blue, Green, Cyan, Red, Magenta
, Yellow, White”
所在位置 D:\JobUtil\IntelliJ IDEA 2025.1WorkSpace\skills\install.ps1:74 字符: 43

  •     Write-Host $Text -ForegroundColor $Color -NoNewline
    
  •                                       ~~~~~~
    
    • CategoryInfo : InvalidArgument: (:) [Write-Host],ParentContainsErrorRecordException
    • FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.WriteHostCommand

PS D:\JobUtil\skills>

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions