Skip to content

Commit 76b30dd

Browse files
authored
feat: set resolution-mode=highest in template .npmrc (#9781)
This resolves #9777. This problem seems bad enough to me that we shouldn't wait for a response/resolution on that upstream pnpm issue.
1 parent 336c4ab commit 76b30dd

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.changeset/purple-poems-laugh.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-svelte': minor
3+
---
4+
5+
feat: set `resolution-mode=highest` in generated `.npmrc`
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
engine-strict=true
2+
resolution-mode=highest
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
engine-strict=true
2+
resolution-mode=highest
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
engine-strict=true
2+
resolution-mode=highest

0 commit comments

Comments
 (0)