choicescript icon indicating copy to clipboard operation
choicescript copied to clipboard

Running choicescript under WSL (Windows Subsystem for Linux)

Open vielmetti opened this issue 2 years ago • 0 comments

Environment: Windows Subsystem for Linux (WSL1) on a Lenovo Yoga C630 (arm64 based)

❯ node -v v12.22.1

From all indications this code works just fine and passes the self-tests and runs the demo game. The instructions for this could be as simple as

#!/bin/sh
node serve

I don't run WSL2 but I suspect there's some more fiddly bits to be done to get the networking right there.

vielmetti avatar Oct 08 '21 15:10 vielmetti