vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
7.01k stars 272 forks source link

A parameter cannot be found that matches parameter name 'AllowPrerelease' #104

Open FrederickEngelhardt opened 3 years ago

FrederickEngelhardt commented 3 years ago
Install-Module oh-my-posh -Scope CurrentUser -AllowPrerelease

Running the above script causes the following error output.

A parameter cannot be found that matches parameter name 'AllowPrerelease'.
At line:1 char:46

Simply removing -AllowPrerelease flag resolves the error and allows for the install to go forwards. Is this intended?

vi commented 3 years ago

How is it related to the Websocat project?