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
C:\workspace\moon\hello>moon version --all
error: failed to get moonc version
Steps to Reproduce
PS C:\workspace\moon\hello> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; irm https://cli.moonbitlang.cn/install/powershell.ps1 | iex
Downloading moonbit ...
Downloading core ...
Bundling core ...
error: failed to get moonc version
Moonbit installed successfully.
To verify the download binaries, check https://www.moonbitlang.com/download#verifying-binaries for instructions.
To know how to add shell completions, run 'moon shell-completion --help'
Expected Behavior
Actual Behavior
Checklist
(Optional) My case is minimal enough to be reproducible.
The text was updated successfully, but these errors were encountered:
Unable to reproduce. Please check if there is a moonc.exe in ~\.moon\bin. If it exists, open a Powershell terminal and execute .\moonc.exe -v, then provide us with the result.
Bug Report
Environment
OS
Operating System: Windows
MoonBit CLI Tools Version
Steps to Reproduce
PS C:\workspace\moon\hello> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; irm https://cli.moonbitlang.cn/install/powershell.ps1 | iex
Downloading moonbit ...
Downloading core ...
Bundling core ...
error: failed to get moonc version
Moonbit installed successfully.
To verify the download binaries, check https://www.moonbitlang.com/download#verifying-binaries for instructions.
To know how to add shell completions, run 'moon shell-completion --help'
Expected Behavior
Actual Behavior
Checklist
The text was updated successfully, but these errors were encountered: