6
Respect .nvmrc in addition to .node-version
planned
R
Robert Baird
I use nvm, Node Version Manager, to manage my Node.js version when developing. It'd be nice to have Render respect the version listed in the .nvmrc file that nvm uses to determine the node version when deploying instead of having to use a separate .node-version file.
Log In
Activity
Newest
Oldest
Anurag Goel
planned
M
Markus
Yes, this please!
Somewhat related: The docs say that Render respects the
engines
directive in package.json
, yet this does not work as expected with SemVer strings – in my case the value is { "node": "^14.0.0" }
, but Render is using Node 12.E
Emil Ahlbäck
@Markus: Same problem here. "14.6" works fine, but not a semver string.