Type Error with AbortSignal
I have this error when I am building the editor on Windows
So I have just launched the command tsc -p src/ts because if I run npm run ts-build rm will not be recongnized, so when doing another build I just remove the js files

Hi! I don't know why I missed this issue.
Please, can you tell me the version of your node/npm installation?
Oh, about rm. You can use cygwin (https://www.cygwin.com) or any other bash-like terminal. I work on macos but I build the editor using docker.
Node v16.14.0
NPM 8.3.1
But I can do an upgrade and test it again
No problem I'll do it on Ubuntu if I go deeper in the project
The versions look fine. Please, try doing npm ci instead of npm install.
I still have the error but it worked, thank you