I’m trying to install, I follow the instructions and run the .bat.
The error I’m getting is:…
My code looks like this:
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module 'C:\Windows\system32\serve'
←[90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)←[39m
←[90m at Function.Module._load (node:internal/modules/cjs/loader:778:27)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)←[39m
←[90m at node:internal/main/run_main_module:17:47←[39m {
code: ←[32m'MODULE_NOT_FOUND'←[39m,
requireStack: []
You don’t have to install choicescript. You can compile if you want to test the game. But I would suggest using CSIDE for development.
Thanks! That was successful, I think. I am brand new at this and I’m honestly not sure what compiling is, but I hope to figure it out along the way. With a minimal coding background (slowly trying to learn) I’m kind of just stumbling along trying to figure everything out.
In this case it means taking your game files, processing them and turning them into a single stand-alone html file that you can open in the browser or send someone else so they can play the game.
In the same folder with the bat file there should be a compile.html
. Open this one.
But like I said, if you’re actively developing the game CSIDE is a great help.