FHIR Chat · Firely Terminal: Option to avoid "baking"? · tooling

Stream: tooling

Topic: Firely Terminal: Option to avoid "baking"?


view this post on Zulip 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

view this post on Zulip Grahame Grieve (Feb 07 2022 at 18:34):

there is no version 4.0.1 of hl7.fhir.r3.core etc

view this post on Zulip Grahame Grieve (Feb 07 2022 at 18:34):

so there shouldn't be a reference to it

view this post on Zulip Mark Kramer (Feb 07 2022 at 18:53):

@Ward Weistra ? is that a bug in FT?

view this post on Zulip 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)

view this post on Zulip Martijn Harthoorn (Feb 08 2022 at 07:55):

Do you need to turn it off completely to allow multiple install commands to complete first?

view this post on Zulip 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.

view this post on Zulip Ward Weistra (Feb 08 2022 at 09:33):

There's probably real NPM Javascript package dependencies and FHIR package dependencies getting mixed here

view this post on Zulip Ward Weistra (Feb 11 2022 at 13:19):

@Mark Kramer Did you get this resolved?

view this post on Zulip 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:

view this post on Zulip Ward Weistra (Feb 11 2022 at 13:26):

Sounds interesting but good :smile:


Last updated: Apr 12 2022 at 19:14 UTC