Skip to content

Commit 8238158

Browse files
committed
chore: fix FAQ answer re locked versions
1 parent 023079e commit 8238158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ Read more about [Netlify redirects](https://docs.netlify.com/routing/redirects/)
135135

136136
**Q: What can I do if my builds fail suddenly from a broken plugin release or plugin dependency?**
137137

138-
A: Check out the plugin's [releases](https://github.com/netlify/netlify-plugin-nextjs/releases). You can manually install `npm install -D @netlify/[email protected]` at the last working version.
139-
Once a new working release is out, you can uninstall the plugin at this locked version (`npm uninstall -D @netlify/plugin-nextjs`), which will re-enable Netlify's build system to use the latest plugin version by default.
138+
A: Check out the plugin's [releases](https://github.com/netlify/netlify-plugin-nextjs/releases). You can manually install `npm install --save @netlify/[email protected]` at the last working version.
139+
Once a new working release is out, you can uninstall the plugin at this locked version (`npm uninstall --save @netlify/plugin-nextjs`), which will re-enable Netlify's build system to use the latest plugin version by default.
140140

141141
## Caveats
142142

0 commit comments

Comments
 (0)