igniteui-cli
igniteui-cli copied to clipboard
Fall back to the @latest ignite-ui-full version available
Description
- Framework: jQuery
- Project type: igx-ts, ig-es6
Fall back to the @latest ignite-ui-full version available After these two issues are resolved:
-
https://github.com/IgniteUI/igniteui-cli/issues/890
-
https://github.com/IgniteUI/ignite-ui/issues/2156
-
[ ] Update PackageManager.ts to fall back to @latest ignite-ui-full version available, when there is no exact ignite-ui-full version match for the installed ignite-ui version.
PackageManager.ts
// TODO: update temp fix - ig-es6 only working in 21.1.11 without errors
// match the version if possible, then fallback to "@latest" instead of "@21.1.11"
Result
Fallback to @latest instead of hardcoded @21.1.11
Related
- https://github.com/IgniteUI/igniteui-cli/issues/874