balthisar / cncjs-pendant-gamepad

Use a Videogame Controller as a CNCjs Pendant
MIT License
10 stars 6 forks source link

error tsc #4

Open mutantcyborg opened 1 year ago

mutantcyborg commented 1 year ago

hi there, i'm getting this error back. any chance you know how to fix this?

/tmp/build-ts-5f2b656e.sh: 1: tsc: not found npm ERR! code 127 npm ERR! path /home/workbeecnc/cncjs-pendant-gamepad/cncjs-pendant-gamepad npm ERR! command failed npm ERR! command sh /tmp/prepare-9c5837b5.sh

kind regards

RealManBearPig commented 1 year ago

You need to have typescript installed npm install typescript -g

neilhand commented 1 year ago

Depending on when someone see this - i will add that you need to install the 4.8.4 version not the 4.9.x version as it fails to compile. [npm install -g typescript@4.8.4]