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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -450,6 +450,10 @@ As a workaround, create or modify `.npmrc` in your project root:
450
450
shamefully-hoist=true
451
451
```
452
452
453
+
<Alert level="warning">
454
+
**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.
455
+
</Alert>
456
+
453
457
{" "}
454
458
<Alert level="warning">
455
459
**Note**: While `shamefully-hoist=true` usually isn't the ideal solution from
If you need additional help, you can [ask on GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose). Customers on a paid plan may also contact support.
0 commit comments