Joe Felix

Results 4 comments of Joe Felix

Try this! Sometimes linting causes issues. Add these code in `next.config.js` ``` module.exports = { eslint: { ignoreDuringBuilds: true, }, } ```

Use this command which solves the problem `npm install node --reinstall-packages-from=node`

Hey Dhananjay, can you assign this issue to me? I can try my best to implement the feature.