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
When attempting to run the command as shown in the readme, Windows Powershell throws an error: The token '&&' is not a valid statement separator in this version.
Additional Information
The full text of the error is as follows:
PS C:\Users\djstomp\.ssh> winget install -h -e --id "WinFsp.WinFsp" && winget install -h -e --id "SSHFS-Win.SSHFS-Win"
At line:1 char:43+ winget install -h -e --id "WinFsp.WinFsp" && winget install -h -e --i ...
+ ~~
The token '&&' is not a valid statement separator in this version.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine
Here is some basic info regarding my powershell version, etc.
Summary
When attempting to run the command as shown in the readme, Windows Powershell throws an error:
The token '&&' is not a valid statement separator in this version.
Additional Information
The full text of the error is as follows:
Here is some basic info regarding my powershell version, etc.
Proposed solution
This can be avoided by simply replacing the
&&
with a semicolon.I'll be submitting a PR to address this shortly.
Cheers!
The text was updated successfully, but these errors were encountered: