Challenges Updating an Old Node14 Project: EOL Error
Hello everyone! I just copy/pasted effect flake def (more or less) and it works great. I now have to work with an old node14 project that I first need to "nixialize" then I'll move to an updated node version. But right now I'd need the node14. I tried changing the 20 references to 14 and it works, but errors out saying:
Which is "fine" but doesn't let me pass through the error, so I can't actually have the 14 installed. Is there a way to obtain the 14 even if it's EOL?
error: nodejs_14 has been removed as it is EOL.Which is "fine" but doesn't let me pass through the error, so I can't actually have the 14 installed. Is there a way to obtain the 14 even if it's EOL?
