Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next.js Build Failure Due to ESLint Configuration Error #18

Open
mong00x opened this issue Aug 11, 2024 · 0 comments
Open

Next.js Build Failure Due to ESLint Configuration Error #18

mong00x opened this issue Aug 11, 2024 · 0 comments
Assignees

Comments

@mong00x
Copy link
Collaborator

mong00x commented Aug 11, 2024

Describe the bug

The Next.js build process fails when running npm run build. The error is related to the ESLint configuration, where the Next.js plugin is not detected, causing the build to fail with an EPERM error.

To Reproduce

Steps to reproduce the behavior:

  1. Go to the root directory of the project.
  2. Run npm run build.
  3. Observe the build process and see the error.

Expected behavior

The Next.js build process should complete successfully without errors. The ESLint configuration should correctly include the Next.js plugin, allowing the build to proceed.

Screenshots

image

Desktop (please complete the following information):

  • OS: Windows 11
  • Node.js Version: v20.16.0
  • NPM Version: 10.8.2
  • Next.js Version: 12.1.6
  • React Version: 18.1.0
  • ESLint Version: 7.15.0
@Hachondeoro Hachondeoro self-assigned this Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants