What happened to Nodejs Latest?

Previously, I would create my projects using a template called Nodejs Latest. One day it was gone, and I haven’t been able to find it since. Any ideas as to what occured?

node.js latest had v18, which is now on the regular template. If you want the latest version now:

  1. Files ⋮ > Show hidden files
  2. Change the nix channel in the .replit file to unstable
  3. Change 18 to 19 in the replit.nix file
4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.