ClusterLabs / ClusterLabs/pcs-web-ui

`make build` requires an interactive response

Open
#32 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
23
Forks
9
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.