You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for emcc: error: tsc was not found! Please run “npm install” in Emscripten root directory to set up npm dependencies and found this issues, If someone encounters it again later, they can execute npm install -g typescript make a quick fix. tsc is optional.
The
emscripten/emsdk:3.1.57
container doesn't containtsc
so the--emit-tsd
flag doesn't work by default.It would be nice if the Docker container could contain
tsc
by default.Reproduction:
The text was updated successfully, but these errors were encountered: