install.sh downloads a pre-built binary but that binary is a Node.js script (dist/axme-code.js with #!/usr/bin/env node shebang). It requires Node.js >= 20 at runtime. install.sh should check that node is available and >= 20 before installing, and warn the user if not.
install.sh downloads a pre-built binary but that binary is a Node.js script (dist/axme-code.js with #!/usr/bin/env node shebang). It requires Node.js >= 20 at runtime. install.sh should check that node is available and >= 20 before installing, and warn the user if not.