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
{{ message }}
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Checkmark UTF-8 character causes exception. I am not sure if it's because of my local env or it's a common problem for any PS 5.x, but consider replacing this checkmark for reliable installation (as this is purely cosmetic thing)
Prerequisites:
Steps to reproduce:
irm https://staging.viteplus.dev/install.ps1 | iexin PowerShellWhat should be fixed:
Join-Pathin PS 5.x can take only 2 arguments (check Join-Path PS 6.0 VS Join-Path PS 5.1):Line 134:
Line 296
Line 385
Thank you!
Let me know if you need PS 5.x compatible version of
install.ps1