I'm finding the overral reliability of ModuleDependencies, Versions to be unreliable.
I have tried using * as a way of indicating that when I install Module A which is dependent on Module B with Version *. My expectation is that when I install Module A it will
- check to see if Module B is installed. If it is not installed ZPM will install Module B. This part works,
- Check if Module B is install, if it is but the remote registry has a higher version then I feel like it should install the latest version of Module B. This part is not working
- If I defined in Module A a dependency on Version 2, even though I have Module B Version 2 installed but it is on Version 1 I run into issues like
Could not find satisfactory version of rclib-rcipm in any repositories. Required by: rclib-wellbase: 2.1.0; rclib-ccdprofile, rclib-arcgis, rclib-logviewer, rclib-hs: *; rclib-fhir: 1.3.2
I'm finding the overral reliability of ModuleDependencies, Versions to be unreliable.
I have tried using * as a way of indicating that when I install Module A which is dependent on Module B with Version *. My expectation is that when I install Module A it will
Could not find satisfactory version of rclib-rcipm in any repositories. Required by: rclib-wellbase: 2.1.0; rclib-ccdprofile, rclib-arcgis, rclib-logviewer, rclib-hs: *; rclib-fhir: 1.3.2