rsnext/packages/next/cli
Balázs Orbán 486040eff2
chore: clarify CLI network errors (#36567)
Makes it easier to detect why a network error occurred with the CLI or `next info`, based on https://github.com/vercel/next.js/issues/36344

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have 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 helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-04-29 12:39:17 +00:00
..
next-build.ts Improve error message for importing native Node APIs in the edge runtime (#30696) 2021-11-01 11:40:21 +00:00
next-dev.ts Changed all occurrences of etc to match (#34280) 2022-02-13 00:22:52 +00:00
next-export.ts Fix invalid project dir casing breaking Next.js on Windows (#29205) 2021-09-22 21:29:27 +00:00
next-info.ts chore: clarify CLI network errors (#36567) 2022-04-29 12:39:17 +00:00
next-lint.ts Pre-compile more dependencies continued (#32679) 2021-12-21 16:13:45 +01:00
next-start.ts Add port and hostname options to Next Server (#31858) 2021-11-28 16:48:43 +00:00
next-telemetry.ts Pre-compile more dependencies continued (#32679) 2021-12-21 16:13:45 +01:00