rsnext/packages/next/cli
Steven ef7b53528f
Fix next info accidentally printing stderr (#35556)
I noticed a few issues that had "Output from `next info`" with the first line as

```
/bin/sh: pnpm: command not found
```

This was because `execSync()` was still printing to stderr when a command was not found.

Changing to `execFileSync()` fixed it so we no longer print to stderr when a command is not found.
2022-03-23 22:33:47 +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 Fix next info accidentally printing stderr (#35556) 2022-03-23 22:33:47 +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