DEV Community

ahoNerd
ahoNerd

Posted on • Originally published at ahonerd.com on

PowerShell 7 PSReadLine PredictionViewStyle

Cara mengatasi error yang muncul ketika melakukan perintah tag Set-PSReadLineOption -PredictionViewStyle ListView.

Solution

Untuk mengatasinya dapat dilakukan dengan perintah berikut menggunakan cmd sebagai Administrator:

cd C:\Program Files\PowerShell\7
pwsh.exe -noprofile -command "Install-Module PSReadLine -Force -AllowPrerelease -SkipPublisherCheck"

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay