wiki/quartz/cli
Sohum 1dc208356a
fix(cli): use shell on win32 for update () ()
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
..
args.js feat(experimental): partial rebuilds () 2024-02-09 10:07:32 -05:00
constants.js cleanup: rework cli to allow invoking create and build outside of cli () 2023-08-27 15:59:51 -07:00
handlers.js fix(cli): use shell on win32 for update () () 2024-10-13 10:46:51 -07:00
helpers.js Revert "fix: rebuild errors on windows ()" () 2024-01-15 11:51:46 -08:00