PhaserEditor2D-v3-allInOne icon indicating copy to clipboard operation
PhaserEditor2D-v3-allInOne copied to clipboard

Type Error with AbortSignal

Open nazimboudeffa opened this issue 3 years ago • 6 comments

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

image

nazimboudeffa avatar Dec 28 '22 19:12 nazimboudeffa

Hi! I don't know why I missed this issue.

Please, can you tell me the version of your node/npm installation?

PhaserEditor2D avatar Jan 18 '23 19:01 PhaserEditor2D

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.

PhaserEditor2D avatar Jan 18 '23 20:01 PhaserEditor2D

Node v16.14.0 NPM 8.3.1 But I can do an upgrade and test it again

nazimboudeffa avatar Jan 18 '23 20:01 nazimboudeffa

No problem I'll do it on Ubuntu if I go deeper in the project

nazimboudeffa avatar Jan 18 '23 20:01 nazimboudeffa

The versions look fine. Please, try doing npm ci instead of npm install.

PhaserEditor2D avatar Jan 18 '23 20:01 PhaserEditor2D

I still have the error but it worked, thank you

nazimboudeffa avatar Jan 18 '23 20:01 nazimboudeffa