mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-03 21:52:13 -04:00
upgrade npm first.
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
parent
648e56d12d
commit
746ce9573e
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -54,6 +54,10 @@ ui-bump-version:
|
|||
## Debugging https://github.com/prometheus/test-infra/issues/832#issuecomment-2639527788
|
||||
.PHONY: ui-install
|
||||
ui-install:
|
||||
npm install -g n
|
||||
n lts
|
||||
n prune
|
||||
npm install -g npm@latest
|
||||
cd $(UI_PATH) && npm install --verbose --no-audit
|
||||
# The old React app has been separated from the npm workspaces setup to avoid
|
||||
# issues with conflicting dependencies. This is a temporary solution until the
|
||||
|
|
|
|||
Loading…
Reference in a new issue