How to upgrade existing repl to nodejs 18?

I currently have a private repl that is running in v16.13.2,
I am trying to install kaboomjs@next but it says it requires at least v16.14, or 18. I’ve tried various methods like updating the replit.nix file to get a newer version of Node, but it’s not working.

I don’t want to have to start a fresh repl as I have a domain bound to this one , so that option is out ( I know you can create a beta node repl with v18 ) – any help or tips?

You can put node 18 in the replit.nix I think

1 Like

you could copy in the .replit config from the Beta template and remove the existing nodejs from replit.nix