Skip to content

Commit 601aecf

Browse files
authored
🤖 Merge PR DefinitelyTyped#54951 Fix running tests using npm 7 by @remcohaszing
By default npm 7 will try to install peer dependencies. This behaviour is different from npm 6 and causes tests to fail for various types packages.
1 parent 40b3327 commit 601aecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.npmrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
package-lock=false
1+
package-lock=false
2+
legacy-peer-deps=true

0 commit comments

Comments
 (0)