I forked the template for Node.Js app, but it doesn't work
jaz801
TRIALOP

2 years ago

When I run the template without forking it works.

When I run a copy, I get

npm WARN config production Use --omit=dev instead.

So I tried already to add this in settings to the build command , but I run into same issue.

npm install --omit=dev

1 Replies

2 years ago

There is no place to set an install command in the the service settings, so wherever you may have set that install command would be incorrect, please remove it.

npm WARN config production Use --omit=dev instead.

This alone does not pose any issues whatsoever, Your issue would be elsewhere, likely with a misconfiguration due to the information you have already given.


Loading...