blockchain-carbon-accounting
blockchain-carbon-accounting copied to clipboard
Python is not set error in startApi.sh script
When starting the express API server as a docker container, we're getting this error:

It can be fixed by going to $ cd typescript_app $ npm install
But it will reappear if you remove your node_modules directory.
It seems the Dockerfile for the docker container is not correctly installing all the dependencies.
@udosson This works OK for now if you $ npm install first from the typescript_app directory. Could you show me how to fix the docker container so it has the right dependencies?
Does this issue still exist?