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
# Paste file contents here. Please check there isn't any private info in them
# You can either build locally, or download the deploy from Netlify by clicking the arrow next to the deploy time.
The text was updated successfully, but these errors were encountered:
From the build logs, it looks like a dependency needs Node 18 and you're using Node 16.
12:07:25 AM: Failed during stage "Install dependencies": dependency_installation script returned non-zero exit code: 1
12:07:25 AM: error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.2"
12:07:25 AM: error Found incompatible module.
Can you follow the instructions here to upgrade to Node 18 or 20? That should fix your issue.
Summary
The plugin
@netlify/plugin-nextjs
keeps failing my installation.A link to a reproduction repository
(it's a private repo)
Expected Result
Correctly installation
Actual Result
Steps to reproduce
simply list
@netlify/plugin-nextjs
in package.json and the yarn install failsNext Runtime version
4.41.3
Is your issue related to the
app
directory?app
directoryMore information about your build
netlify.toml
)What OS are you using?
None
Your netlify.toml file
[[plugins]]
package = "@netlify/plugin-nextjs"
Your public/_redirects file
`_redirects`
Your
next.config.js
file`next.config.js`
Builds logs (or link to your logs)
Build logs
Function logs
Function logs
.next JSON files
generated .next JSON files
The text was updated successfully, but these errors were encountered: