Question

npm-run-all is not found when deploying from github

I am trying to deploy a NodeJS project from github to Digital Ocean. It is failing on deployment:

yarn run v1.22.18 $ npm-run-all compile lint cover-test /bin/sh: 1: npm-run-all: not found error Command failed with exit code 127.

I’m not a NodeJS expert. Is this a configuration issue? How can I get this to run on Digital Ocean?


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@ml-digital-ocean Hello! I have the exact same problem on a node.js app, can you help me? Did you find a solution for this? Thanks!