Not planned
Description
An example of running tsgo
from a child_process
npm install -D @typescript/native-preview
touch .env
- Run
OR
npx dotenvx -q run -- tsgo // => Command failed with exit code 7: /Users/jdalton/projects/try-it/node_modules/.bin/tsgo
npx dotenvx -q run -- ./node_modules/.bin/tsgo // => Command failed with exit code 7: /Users/jdalton/projects/try-it/node_modules/.bin/tsgo
Activity
jakebailey commentedon May 23, 2025
This is a duplicate of #906; error code 7 is "--incremental doesn't work".
jdalton commentedon May 23, 2025
Oh cool. Glad to know it's not a problem with subprocess stuff 😺
jdalton commentedon May 23, 2025
Related to #908