We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.npmrc
pnpm-workspace.yaml
1 parent c28c44e commit 3d4cd0bCopy full SHA for 3d4cd0b
.npmrc
@@ -1,4 +1 @@
1
-registry = 'https://registry.npmjs.org/'
2
-strict-peer-dependencies=false
3
-auto-install-peers=false
4
-hoist-patterns[]=[]
+registry = 'https://registry.npmjs.org/'
pnpm-workspace.yaml
@@ -17,3 +17,7 @@ onlyBuiltDependencies:
17
18
overrides:
19
'zx>@types/node': '-'
20
+
21
+strictPeerDependencies: false
22
+autoInstallPeers: false
23
+hoistPattern: []
0 commit comments