You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running make build may occasionally end up with a request for interactive response like this:
Need to install the following packages:
npm
Ok to proceed? (y)
It comes from npx npm ci.
The problem is, that whenever make build is run from a script (or an Ansible playbook), the script gets stuck as npx is waiting for a response forever. Is there perhaps a npx parameter that would make it assume yes?
The text was updated successfully, but these errors were encountered:
tomjelinek
changed the title
make build requires interactive responsemake build requires an interactive response
Oct 4, 2022
Running
make build
may occasionally end up with a request for interactive response like this:It comes from
npx npm ci
.The problem is, that whenever
make build
is run from a script (or an Ansible playbook), the script gets stuck asnpx
is waiting for a response forever. Is there perhaps anpx
parameter that would make it assume yes?The text was updated successfully, but these errors were encountered: