My Next.Js Application is not getting hosted to localhost:3000 and keeps throwing this error at console.
[Error: UNKNOWN: unknown error, readlink 'C:\Users\MAYANK JHA\OneDrive\Desktop\AI_Form Builder\ai-form-builder.next\server\app\page.js'] { errno: -4094, code: 'UNKNOWN', syscall: 'readlink', path: 'C:\Users\MAYANK JHA\OneDrive\Desktop\AI_Form Builder\ai-form-builder.next\server\app\page.js' }
Please Help
I tried to run the next.js app through npm run dev which is giving me this error continuously
You can try doing a few things here.
npm cache clean --forcepackage-lock.jsonnode_modulesand reinstall them..nextfolder and try again.If none of those work, you should try to reinstall Node and NPM completely.