Hi all,
Actually, Glitch provides a way to choose it but within a limited versions list.
Is there a real reason behind that limitation?
When we really need a newer version, we need to wait the version “approval” by the Glitch team… or getting around by a NPM script which works but costing in memory/time.
"scripts": {
"start": "./.nave/installed/13.3.0/bin/node app/server.js",
"install": "nave install 13.3.0"
}
It isn’t in the interest of the Glitch user nor in the interest of Glitch itself.
Then why not to really let the choice, please?