-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: luke-hanwook/every-troubleshooting
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
For those using [
@next/eslint-plugin-next
](https://nextjs.org/docs/app/building-your-application/configuring/eslint#migrating-existing-config), the [ESLint Compatibility Utilities](https://eslint.org/blog/2024/05/eslint-compatibility-utilities/) worked for me. CodeSandbox example: https://codesandbox.io/p/devbox/vibrant-hill-29h4tw
#34
opened Jul 24, 2024 by
luke-hanwook
Hi I'm using vercel to for my mono repo (nx) next app. it is totally okay in my local machine.
#31
opened Aug 4, 2023 by
luke-hanwook
My question is : If
--ignore-engines
"fixes" the problem (i.e. it ignores the warning), why not pushing a new version of this module with adding Node 18 to the engine requirements? Is there _really_ an incompatibility, or is this message simply because v18 is missing from the engines list?
#29
opened Apr 7, 2023 by
luke-hanwook
I proposed a solution (#41270). Any collaboration or suggestion is welcome.
#27
opened Nov 28, 2022 by
luke-hanwook
Thank you @sergiodxa that was exactly what I was looking for to spin a few ideas into my mind!
#24
opened Oct 26, 2022 by
luke-hanwook
I confirm that upgrading next (from 12.2.2, not working) to 12.2.5 fixes this issue.
#22
opened Oct 4, 2022 by
luke-hanwook
We encountered this problem when trying to redirect to a url with non-ascii characters
#21
opened Sep 27, 2022 by
luke-hanwook
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.