Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 552 Bytes

faq.md

File metadata and controls

6 lines (4 loc) · 552 Bytes

FAQ

Q: What can I do if my builds fail suddenly from a broken Essential Next.js plugin release or plugin dependency?

A: Check out the plugin's releases. You can manually install npm install --save @netlify/[email protected] at the last working version. 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.