mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -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
|
# Disable until we can enable this again
|
||||||
# any conflicts
|
strict-peer-dependencies=false
|
||||||
strict-peer-dependencies=true
|
|
||||||
# A lot of our scripts rely on pre and post scripts, so this is necessary for
|
# A lot of our scripts rely on pre and post scripts, so this is necessary for
|
||||||
# now
|
# now
|
||||||
enable-pre-post-scripts=true
|
enable-pre-post-scripts=true
|
||||||
|
|||||||
Reference in New Issue
Block a user