We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0208b4c commit 724e709Copy full SHA for 724e709
docs/platforms/javascript/common/troubleshooting/index.mdx
@@ -444,7 +444,7 @@ While adding these packages as direct dependencies might remove the warning mess
444
pnpm add import-in-the-middle require-in-the-middle
445
```
446
447
-The actual fix requires modifying your `.npmrc` file by adding these lines:
+As a workaround, create or modify `.npmrc` in your project root:
448
449
```npmrc
450
shamefully-hoist=true
0 commit comments