Hello community
I am encountering an issue when using the Clio utility to create a custom Angular module. When attempting to configure the workspace, I am facing errors, and I would appreciate your assistance in resolving them.
The errors I receive are as follows:
When running the command clio dconf -e dev-env:
[WAR] - Downloading of cor libraries requires cliogate version 2.0.0.0 or higher.
When running the command clio restorew -e dev-env:
[ERR] - To use this command, you need to install the cliogate package version 2.0.0.0 or higher.
However, when I run the command clio ver, the output shows:
clio: 8.0.1.21
[INF] - gate: 2.0.0.29
dotnet: 8.0.14
My connection to dev-env is stable, and I can see the list of packages
It appears that I have the correct version of the cliogate package installed (2.0.0.29), but I am still facing issues.
Has anyone encountered a similar situation?
What could be causing this behavior in Clio?
Are there perhaps some configuration nuances that I'm missing?
Unfortunately, I haven’t been able to find any solutions or descriptions of similar errors online. Thank you in advance for any ideas or recommendations!
Like
The command "clio ver" shows the version of the Clio command line itself. The error is mentioning the version of cliogate, which is a package installed on the Creatio system.
To check the version of cliogate, use:
clio ver --gate -e dev-env
To install or update the cliogate on the system, use:
clio install-gate -e dev-env
Ryan
Sorry, missed that you mentioned the version of cliogate is up to date already. I've not experienced that issue.