changed makefile to include --legacy-peer-deps

This commit is contained in:
2025-10-16 09:18:20 +03:00
parent d2961071d9
commit 57a10dafcb

View File

@@ -5,7 +5,7 @@ all: build
.PHONY: install
install:
npm install
npm install --legacy-peer-deps
.PHONY: build
build: