Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit abc267e

Browse files
authored
chore: npm7 compat for browser-vue example (#29)
The peer deps of `@vue/cli-plugin-*` cause npm7 to spin endlessly on install. Use a `.npmrc` file to use the npm6 peer dep behaviour to fix this.
1 parent 1c6b8f7 commit abc267e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ bundle.js
3030
tsconfig-types.aegir.json
3131
.tsbuildinfo
3232

33-
# Deployment files
34-
.npmrc
35-
3633
# Editor files
3734
.idea
3835
.vscode

examples/browser-vue/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

0 commit comments

Comments
 (0)