-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
warn - enableUndici
option is unnecessary in Node.js v18.0.0 or greater.
#42441
Comments
Fixes: #42441 ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have a helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `pnpm build && pnpm lint` - [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
Hi this should be updated in |
Still seeing it.
This time I do not get the warn immediately after starting, but while loading pages. Initial start:
After loading a page:
|
I just upgraded to 13.0.2 (I had to do this because I just upgraded node from 16.x to 18.12.0 and needed the fix from #42382) I am seeing the warnings during
|
@ooyay They fixed it in v13.0.3-canary.0 See https://github.com/vercel/next.js/releases/tag/v13.0.3-canary.0 You can use |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
When running npm run dev I get:
warn -
enableUndici
option is unnecessary in Node.js v18.0.0 or greater.My next.config.js:
Expected Behavior
Not to see this error message. I do not have this option in my config.
Link to reproduction
n/a
To Reproduce
The text was updated successfully, but these errors were encountered: