This section provides solutions to the errors you might encounter while working with Flexmonster CLI. If your issue is not listed here, contact our technical support.
Your current Windows PowerShell execution policy does not allow scripts. To run the CLI commands, try another command prompt or set a new PowerShell execution policy with this command:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Learn more about execution policies in Microsoft documentation.
Your version of Flexmonster CLI does not provide the Data Server for computers with Apple silicon. Update Flexmonster CLI to version 2.9.7 or higher:
npm update -g flexmonster-cli
To check your CLI version, run the following command:
flexmonster version