NodeJs Version #237
Unanswered
castasint
asked this question in
Q&A: Handlebars Engine
Replies: 2 comments
-
Implemented in #265. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you share the Dockerfile that builds from the latest FHIR-Converter (5.1.0)? Below is my Dockerfile, it builds container ok but it is throwing the error when running the container: "no such file or directory, open '/app/package.json'" FROM node:14 AS build |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - I see that there is a constraint on the NodeJs version when using
"engines": { "node": ">=10.10.0 <11.0" },
. 30th of this month(04/30/2021) is the end-of-life for any 10.x versions. So, is there any plan of upgrading the project to v14 or v12(LTS) so it can be safely used? Please advise.Also, if there is a guide that already explains how the project can be upgraded, please point me towards it. Happy to answer any further questions.
Thanks,
Hanuma
Beta Was this translation helpful? Give feedback.
All reactions