#No matching version found for eslint-config-next@13.5.4.
1 messages · Page 1 of 1 (latest)
It seems like you're having trouble installing a specific version of eslint-config-next. The error message suggests that the version you're trying to install (13.5.4) does not exist or is not available in the npm registry.
You can try to install the latest version of eslint-config-next by running the following command:
npm install -D eslint-config-next@latest
This command was mentioned in the Next.js documentation (https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration).
If you're still encountering issues, it might be due to problems with your npm setup or internet connection. The Vercel documentation (https://vercel.com/docs/errors/error-list) suggests that npm install errors can occur if npm is not installed, your internet connection is unavailable, or the package you're trying to install is not published to the npm registry.
If the problem persists, I recommend checking the name and version of the package you're trying to install, and ensuring that your npm setup is correct.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@frosty sequoia kapa.ai is still learning and improving, please let us know how it did by reacting below