We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pnpm
1 parent 71af829 commit 9e0dc37Copy full SHA for 9e0dc37
README.md
@@ -138,6 +138,14 @@ If you currently use redirects or rewrites on your site, see
138
information on changes to how they are handled in this version. In particular, note that `_redirects` and `_headers`
139
files must be placed in `public`, not in the root of the site.
140
141
+## Using with pnpm
142
+If your site uses pnpm to manage dependencies, currently you must [enable public hoisting](https://pnpm.io/npmrc#public-hoist-pattern).
143
+The simplest way to do this is to create a `.npmrc` file in the root of your project with the content:
144
+
145
+```ini
146
+public-hoist-pattern[]=*
147
+```
148
149
## Feedback
150
151
If you think you have found a bug in Next.js on Netlify,
0 commit comments