mirror of
https://github.com/coder/code-server.git
synced 2026-09-05 01:31:17 +02:00
Installing on the wrong node version dies with "FORCE_NODE_VERSION: unbound variable" instead of explaining itself. The script runs under set -u and this is the one place the variable is read bare; the three other reads all default it.