mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(pnpm): disable strict peers flag (#49934)
This commit is contained in:
committed by
GitHub
parent
16a1f915d6
commit
6b0f5ebc06
5
.npmrc
5
.npmrc
@@ -1,6 +1,5 @@
|
||||
# Particularly since we're installing them automatically, we want to know about
|
||||
# any conflicts
|
||||
strict-peer-dependencies=true
|
||||
# Disable until we can enable this again
|
||||
strict-peer-dependencies=false
|
||||
# A lot of our scripts rely on pre and post scripts, so this is necessary for
|
||||
# now
|
||||
enable-pre-post-scripts=true
|
||||
|
||||
Reference in New Issue
Block a user