Skip to content

Commit 0208b4c

Browse files
committed
not needed
1 parent 273b7cd commit 0208b4c

File tree

1 file changed

+0
-1
lines changed
  • docs/platforms/javascript/common/troubleshooting

1 file changed

+0
-1
lines changed

docs/platforms/javascript/common/troubleshooting/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ The actual fix requires modifying your `.npmrc` file by adding these lines:
448448
449449
```npmrc
450450
shamefully-hoist=true
451-
strict-peer-dependencies=false
452451
```
453452
<Alert level="warning">
454453
**Note**: While `shamefully-hoist=true` usually isn't the ideal solution from a dependency management perspective, it's sometimes necessary for compatibility with certain packages that expect Node.js module resolution behavior similar to npm or yarn.

0 commit comments

Comments
 (0)