Skip to content

Commit

Permalink
Merge pull request #35 from Jont828/legacy-peer-deps-fix
Browse files Browse the repository at this point in the history
Fix npm install critical error with conflicting peer dependencies
  • Loading branch information
Jont828 authored Aug 15, 2023
2 parents 67d5bf6 + 1ab694c commit 3d66588
Show file tree
Hide file tree
Showing 3 changed files with 1,987 additions and 1,039 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ clean:

.PHONY: npm-install
npm-install: $(VUE_DIR)/package.json
npm install --prefix ./$(VUE_DIR) --legacy-peer-deps
npm install --prefix ./$(VUE_DIR)

.PHONY: build-web
build-web: $(NODE_MODULES)
Expand Down
Loading

0 comments on commit 3d66588

Please sign in to comment.