/bin/sh: 1: npm: not found
lynic opened this issue · 2 comments
lynic commented
Got following error during docker-compose build
Step 12/17 : RUN cd nextepc/webui && npm install && npm run build
---> Running in 157685b8f612
/bin/sh: 1: npm: not found
ERROR: Service 'webui' failed to build: The command '/bin/sh -c cd nextepc/webui && npm install && npm run build' returned a non-zero code: 127
ravens commented
Hi, try refreshing your build cache using docker-compose build --no-cache.
ravens commented
Just tested on a clean machine, working, so closing for now.