Is there a way to lock in the version of Node and NPM so Glitch doesn’t try to auto upgrade the version on the package.json and reboot the project and errors out.
Use the “engines” setting in package.json. Glitch hasn’t upgraded the default from Node.js 10.x for a long time though.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.