Starting an IF game and I'm so clueless even with the tutorials... HELP

So I followed the instruction here: Introduction to ChoiceScript - Choice of Games LLC I don’t know if I’m doing this right but this showed up when I double-clicked the run-server

‘node’ is not recognized as an internal or external command, operable program or batch file.

what does it mean… now i don’t want to move forward since I feel like I did something wrong here. Can you guys help me with this… or am I just overthinking this? anyway thanks in advance! ^^

Did you install Node?

1 Like

Yes!!

I had a problem like this a few years ago, sorry but cant really remember how I fixed it. I think I had multiple versions of node installed causing it? One from an old game or something?

You can open index.html and skip the step (I think?) or upload the game to cogdemos and run it that way

1 Like

Check if node is on the path. Open a terminal and type node --version.

1 Like

ooh~ I see :see_no_evil_monkey: thank youuuu!