Can I change the nodejs version of a repl?
Can I change the nodejs version of a repl?
Voters
xfinnbar
Fork this template. https://replit.com/talk/templates/Nodejs-14/121954
Can I change the nodejs version of a repl?
Fork this template. https://replit.com/talk/templates/Nodejs-14/121954
You can create a bash repl to use node14.
Otherwise, you will have to do the bash command
npx [email protected]<version> .
change
<version>
to the version you want.