Sohum 1dc208356a
fix(cli): use shell on win32 for update (#1503) (#1504)
If there is no `npm.exe` on the system, but
instead an `npm.cmd`, then node won't find
the `npm` executable when calling `spawnSync`.

This occurs frequently when using node package
managers on Windows.

See the node documentation for `.bat` and `.cmd`
files here.

<https://nodejs.org/api/child_process.html#spawning-bat-and-cmd-files-on-windows>.
2024-10-13 10:46:51 -07:00
..
2024-10-04 09:10:40 -07:00
2024-08-08 19:33:27 -07:00
2023-07-22 17:27:41 -07:00
2024-09-15 16:47:11 -07:00
2024-09-30 10:06:37 -07:00
2024-08-08 19:33:27 -07:00