clinical-meteor / cookbook

Cookbook for Node on FHIR and the clinical Meteor.js build pipeline. Create FDA, HIPPA, and HL7 compliant Javascript/Node applications!
http://clinical.meteorapp.com
1.67k stars 248 forks source link

Errors in cloning of sdk #136

Closed nicholsn closed 7 years ago

nicholsn commented 7 years ago

When cloning the repo I noticed several errors that don't look familiar to me. Any idea what's happening?

git clone --recursive http://github.com/clinical-meteor/clinical-meteor ClinicalMeteor
...
...
warning: redirecting to https://github.com/clinical-meteor/hl7-resource-medication-order/
error: no such remote ref 01b3ac1c69c5b4703d08c9ff38a62311e0d41968
Fetched in submodule path 'utilities/material-fhir-ui/fhir-resources/hl7-resource-medication-order', but it did not contain 01b3ac1c69c5b4703d08c9ff38a62311e0d41968. Direct fetching of that commit failed.
Submodule path 'utilities/mongo': checked out '767da33d396fc0d6a13aaff8387ba5a05c8c43b7'
error: no such remote ref efcc1c24d4a7083ba956cb64d67ad9ed6b635e84
Fetched in submodule path 'utilities/mupx', but it did not contain efcc1c24d4a7083ba956cb64d67ad9ed6b635e84. Direct fetching of that commit failed.
awatson1978 commented 7 years ago

Looks like some of the projects that we've soft linked to have moved or changed. I wouldn't be too worried about it. Unless you're specifically wanting to work on the medication-orders, the material-fhir-ui React components, or mupx, it should all be fine.

nicholsn commented 7 years ago

great, thanx!