Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Enketo 3.0.1 Docker image crash due to esbuild not present #1044

Closed
qlands opened this issue Oct 17, 2021 · 0 comments · Fixed by enketo/enketo-express#317
Closed

Comments

@qlands
Copy link

qlands commented Oct 17, 2021

The current Docker image does not load Enketo because when running grunt it expects the module "esbuild" however it is only present in Dev dependencies.

Also, in package.json you are indicating:

"engines": {
        "node": ">=14 <17",
        "npm": ">=6 <7"
    },

So, it would be good to upgrade the DockerFile to at least Node 14.

To Reproduce
Try to build the docker and run the App and it will crash

Expected behavior
Run the docker and it will run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant