backspaces / agentscript

An Agent Based Modeling system (ABM)
http://backspaces.github.io/agentscript/
GNU General Public License v3.0
106 stars 14 forks source link

Compatible node versions? #92

Closed byronrthomas closed 7 months ago

byronrthomas commented 7 months ago

Hi, I would love to start playing with agentscript locally. Since many of the build / run etc scripts require node, I was wondering which node versions are you compatible with? I was hoping there might be a .node-version or .nvmrc or similar in this repo but I couldn't find one, and I also didn't see a mention of the compatible node versions.. (apologies if I missed it)

Thanks very much for making this available, looking forward to having a good play with it, it looks like a good project.

All the best,

Byron

backspaces commented 7 months ago

Hi! Glad to have you aboard!

Here are my current versions: git 2.30.1 (Apple Git-130) node v20.9.0 npm 10.1.0 npx 10.1.0 yarn 1.22.19 deno 1.39.0 I'm trying to use deno where it makes sense due to it using "browser javascript" rather than node's apis

The package.json has all the scripts used to build AS using "npm run Githubissues.

  • Githubissues is a development platform for aggregating issues.