Stream: tooling
Topic: Firely Terminal: Option to avoid "baking"?
Mark Kramer (Feb 07 2022 at 16:45):
Is there a way to avoid "baking" the packages after downloading? If I want to download many fhir packages, can this be left to the end?
Also... I am getting errors like this, can someone explain how to avoid them?
Baking hl7.fhir.us.davinci-dtr@1.0.0...
Baked hl7.fhir.us.davinci-dtr@1.0.0.
Baking hl7.fhir.us.ccda@1.1.0...
Baked hl7.fhir.us.ccda@1.1.0.
Baking hl7.fhir.us.core@3.1.0...
Baked hl7.fhir.us.core@3.1.0.
Baking hl7.fhir.uv.sdc@2.7.0...
Baked hl7.fhir.uv.sdc@2.7.0.
Baking hl7.fhir.us.hai@2.0.0...
Baked hl7.fhir.us.hai@2.0.0.
Baking hl7.fhir.uv.genomics-reporting@1.1.0...
Baked hl7.fhir.uv.genomics-reporting@1.1.0.
Baking hl7.fhir.uv.ips@1.0.0...
Baked hl7.fhir.uv.ips@1.0.0.
Restore could not be completed.
Package not found: @zen-lang/hl7-fhir-r4-core ^0.4.2
Package not found: hl7.fhir.r3.core 4.0.1
Package not found: hl7.fhir.r3.elements 4.0.1
Package not found: hl7.fhir.r3.examples 4.0.1
Package not found: hl7.fhir.r3.expansions 4.0.1
Package not found: matplotlib ^1.0.0
Package not found: sushi ^2.1.0
Grahame Grieve (Feb 07 2022 at 18:34):
there is no version 4.0.1 of hl7.fhir.r3.core etc
Grahame Grieve (Feb 07 2022 at 18:34):
so there shouldn't be a reference to it
Mark Kramer (Feb 07 2022 at 18:53):
@Ward Weistra ? is that a bug in FT?
Martijn Harthoorn (Feb 08 2022 at 07:55):
@Mark Kramer , regarding the restore, the bake already happens after the restore. So it's:
- install
- restore
- bake (closure)
Martijn Harthoorn (Feb 08 2022 at 07:55):
Do you need to turn it off completely to allow multiple install commands to complete first?
Martijn Harthoorn (Feb 08 2022 at 08:05):
Regarding the Package-not-found errors. From what command does this originate? And what's in the package.json file?
I suspect there are some invalid references in a package.json file from the folder you are working.
Because matplotlib, sushi and @zen-lang (...) are not known (FHIR) packages
And the rest - what Grahame said.
Ward Weistra (Feb 08 2022 at 09:33):
There's probably real NPM Javascript package dependencies and FHIR package dependencies getting mixed here
Ward Weistra (Feb 11 2022 at 13:19):
@Mark Kramer Did you get this resolved?
Mark Kramer (Feb 11 2022 at 13:21):
Yes, everything is good. I managed to download what I needed and the error actually made it go faster :big_smile:
Ward Weistra (Feb 11 2022 at 13:26):
Sounds interesting but good :smile:
Last updated: Apr 12 2022 at 19:14 UTC