GoogleChromeLabs / proxx

A game of proximity
https://proxx.app
Apache License 2.0
1.32k stars 125 forks source link

Execute npm run build with error spawn tsc ENOENT #553

Open Lbt777 opened 10 months ago

Lbt777 commented 10 months ago

PS E:\work\A> npm run build

PROXX@1.1.1 build rollup -c && npm run gzip

src/main/bootstrap.tsx, src/sw/index.ts → dist... Error: spawn tsc ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19) at onErrorNT (node:internal/child_process:485:16) at processTicksAndRejections (node:internal/process/task_queues:83:21) PS E:\work\A> tsc -v Version 5.3.2

surma commented 10 months ago

I don’t think this will work in powershell. Have you tried using WSL?