Whenever I start a new project or clone a repo, a node 10.x is being set and I cannot upgrade it to a latest version (16.x for example). All the methods found doesn’t work. I tried to change the engine version in the package.json and then refresh: doesn’t work. Update node through npm: doesn’t work (EROFS).
Does anyone were able to update it? If yes, how do you proceed?
The engines property in package.json should work. Can you show us what you’re doing to test it?
You won’t be able to upgrade Node or NPM at the terminal as Glitch containers don’t offer admin/sudo, and come with pre-installed LTS versions of Node. There is a 16.x version installed.