diff --git a/.npmrc b/.npmrc index 4a440c6a74c7e..c2573436a89c1 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,4 @@ # See bug in peerdeps resolution: https://github.com/npm/cli/issues/2999 legacy-peer-deps = false +# TODO(@mcollina): Currently, the lockfile is needed to build, so we explicitly require it's use +package-lock = true