Errors occurs during installation
Anyone support to resolve issue in installing
NodeJS can’t find module when running in Docker container
I am trying to dockerize a node.js application (called “Hub”) on a docker for windows with Linux-based containers, but when building/running the container cannot access a dependency. The application is part of a microservice-architecture, where I have several local common-modules that are shared between the various services. The Hub-service does not use any volumes.