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
I encountered an issue when running the installation command for Comet:
powershell
irm "https://cdn.cplx.app/comet/win.ps1" | iex
Issue:
The command fails on PowerShell 7.5.4 but works perfectly on Windows PowerShell 5.1.19041.6456.
PowerShell Version Details:
New (Not Working):
Major Minor Patch PreReleaseLabel BuildLabel
----- ----- ----- --------------- ----------
7 5 4
Old (Working):
Major Minor Build Revision
----- ----- ----- --------
5 1 19041 6456
Workaround:
For anyone experiencing this issue, use Windows PowerShell (the older version) instead of PowerShell 7.x. You can launch it by searching for "Windows PowerShell" in the Start menu, or running powershell.exe (not pwsh.exe).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered an issue when running the installation command for Comet:
powershell
Issue:
The command fails on PowerShell 7.5.4 but works perfectly on Windows PowerShell 5.1.19041.6456.
PowerShell Version Details:
New (Not Working):
Old (Working):
Workaround:
For anyone experiencing this issue, use Windows PowerShell (the older version) instead of PowerShell 7.x. You can launch it by searching for "Windows PowerShell" in the Start menu, or running powershell.exe (not pwsh.exe).
Note: tested using win10.
Beta Was this translation helpful? Give feedback.
All reactions