You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/troubleshooting/index.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -448,7 +448,6 @@ The actual fix requires modifying your `.npmrc` file by adding these lines:
448
448
449
449
```npmrc
450
450
shamefully-hoist=true
451
-
strict-peer-dependencies=false
452
451
```
453
452
<Alert level="warning">
454
453
**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