mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-13 16:46:46 +02:00
upgrade npm first.
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
parent
648e56d12d
commit
746ce9573e
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…
x
Reference in New Issue
Block a user