I want to use nvm instead of the built-in pnpm because Glitch doesn’t understand what version should the system use when there’s >= in node under engines or just I want to install the latest LTS version.
{
"//1": "Below are lines 45 to 47 from https://github.com/thedevs-network/the-guard-bot/blob/develop/package.json",
"engines": {
"node": ">=12.3.1"
}
}
So the question is: Can I install Node Version Manager in Glitch and if not, why?
Hm this might not be related but I believe (at least according to this page) that the highest version of Node.js Glitch supports is 12.0.0. So that version might not be possible on Glitch?