Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I mentioned in my previous comment, it's a way to prevent breaking production and to ensure we all share the same development environment. So a comment like that can be useful, and it’s worth mentioning that some developers disabled it for a specific reason.

package-lock = true
Loading