Skip to content

Commit f1ec932

Browse files
committed
chore: change setup stage to use legacy peer deps
1 parent f446b9d commit f1ec932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ help:
1414
@echo ' lint ..................... runs code linter'
1515

1616
setup: install_node
17-
npm install
17+
npm install --legacy-peer-deps
1818

1919
run:
2020
npm run start_dev

0 commit comments

Comments
 (0)