Skip to content

Next.js App requires 18.17 Node version, but encountering error with 16.20 Node version. how to resolve #147343

Closed Answered by dmark1029
asahi0419 asked this question in API and Webhooks
Discussion options

You must be logged in to vote

Update your Node.js installation to a version that meets or exceeds the required version (18.17.0). You can use a version manager like NVM (Node Version Manager) to easily switch between Node.js versions. Here are the steps to update using NVM:

nvm install 18.17.0
nvm use 18.17.0
then;

npm install again
npm run dev

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by asahi0419
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API and Webhooks Discussions and conversations related to APIs or Webhooks Question
2 participants