rsnext/packages
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
..
create-next-app v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
eslint-config-next v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
eslint-plugin-next v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
next Fix next info accidentally printing stderr (#35556) 2022-03-23 22:33:47 +00:00
next-bundle-analyzer v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
next-codemod v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
next-env v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
next-mdx v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
next-plugin-storybook v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
next-polyfill-module v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
next-polyfill-nomodule v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
next-swc Fix styled transform in next-swc/emotion (#35527) 2022-03-23 20:47:44 +00:00
react-dev-overlay v12.1.1-canary.17 2022-03-22 09:00:31 -04:00
react-refresh-utils v12.1.1-canary.17 2022-03-22 09:00:31 -04:00