Dear ABP Support,
I have followed all the recommended steps mentioned in the documentation and support threads regarding the following error:
"There is no version found with given version: 6.0.2"
Here’s what I’ve done:
- Cleared the local template cache (%USERPROFILE%.abp\templates)
- Restarted ABP Suite
- Verified that both the CLI and ABP Suite are set to version 6.0.2
- Attempted project creation via both CLI and Suite GUI
However, the issue still persists — the template or source code for version 6.0.2 cannot be found.
Due to project requirements, I need to continue using version 6.0.2 and cannot upgrade at this time.
Could you please confirm whether the project template (especially for the selected UI framework) was published for version 6.0.2?
Thank you for your support.
2 Answer(s)
-
0
The error "There is no version found with given version: 6.0.2" indicates that the ABP Suite/CLI cannot find the project template for version 6.0.2. This typically happens if the template for the specified version was not published to the ABP template repository.
According to the official ABP documentation and release notes, the recommended way to create a new solution is to use the versions that are available on the ABP template server. If a specific version (such as 6.0.2) is not found, it means the template for that version was not published or is not available for download.
The ABP team usually publishes templates for major and minor versions, but not always for every patch version. If you require 6.0.2 specifically, but the template is missing, you will not be able to create a new project directly with that version using ABP Suite or CLI.
The recommended approach is:
- Create a new project with the closest available version (e.g., 6.0.0 or 6.0.1).
- After project creation, update the NuGet and NPM package versions in your solution to 6.0.2 manually.
- Run
abp update
to ensure all dependencies are aligned.
If your organization requires strict versioning, you must ensure the template exists for that version before starting a new project. Otherwise, use the closest available template and update dependencies as described.
Sources:
- https://abp.io/get-started
- https://docs.abp.io/en/abp/6.0/Getting-Started
- https://docs.abp.io/en/abp/6.0/CLI
This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.
-
0
Hi @ayse.elgoren, the issue you're encountering is due to the fact that version v6.0.2 is no longer supported. The earliest available version is v6.0.3, which is why you're seeing this problem.
Please update both the ABP Suite and the ABP CLI to version v6.0.3, and install the corresponding template. This should resolve the issue.