Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make build requires an interactive response #32

Open
tomjelinek opened this issue Oct 4, 2022 · 0 comments
Open

make build requires an interactive response #32

tomjelinek opened this issue Oct 4, 2022 · 0 comments

Comments

@tomjelinek
Copy link
Member

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?

@tomjelinek tomjelinek changed the title make build requires interactive response make build requires an interactive response Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant