gooderp_addons icon indicating copy to clipboard operation
gooderp_addons copied to clipboard

Node version and docker documentation

Open PandaRoux8 opened this issue 1 year ago • 0 comments

I tried running your docker as per your documentation, unfortunately it doesn't work for me. I get the following error message, but it's out of the question. Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'express' imported from /home/node/app/main.js

This leads me to think I have the wrong node version. (I am no expert in JS environnement)

So would it be possible for you to update your docker-compose.yml with a specific node version ?

For example : image: "node:20.11"

Also it would be nice to know which docker version you're using and on which OS.

Last point in your documentation for docker you could add the creation of the network "main" that you use docker network create main

(Thanks for the project, it's very interesting)

PandaRoux8 avatar Jan 29 '24 11:01 PandaRoux8