The trouble seems to be that there is no single source of truth for node engine version.
the ones that come to mind are:
- package.json
- .nvmrc
- netlify env vars
suppose that all of these had some value. which would win?
I plan to remove all node version config, and add back only the one(s) needed.
In this instance…
- remove .nvmrc which had old node version: fail
- tried nvm expression in netlify env var >=12.13.0: fail
- revised netlify var
12.13.0
…and will later remove that netlify var to centralize configs.
3:03:05 PM: Attempting node version '>=12.13.0' from .nvmrc
3:03:06 PM: Version '>=12.13.0' not found - try `nvm ls-remote` to browse available versions.
3:03:06 PM: Failed to install node version '>=12.13.0'
3:03:06 PM: Build was terminated: Build script returned non-zero exit code: 1