Tai Husk
Tai Husk
@mattgodbolt Thank you for your quick response and for suggesting that an environment variable from the CE Node.js setup might be affecting the child Node.js process! That aligns with the...
@partouf dump debug via `make debug`: ``` info: Listening on http://localhost:10240/ info: Startup duration: 9369ms info: ======================================= webpack compiled in 8289 ms info: GET / 304 1645.967 ms - -...
@mattgodbolt Thanks again for identifying the `NODE_OPTIONS` issue! I modified the `Makefile` (changed `TS_NODE_ARGS:=--no-warnings=ExperimentalWarning --import=tsx` to `TS_NODE_ARGS:=--no-warnings=ExperimentalWarning`) and confirmed that `make dev` and `make debug` now work. The `Cannot find...