Can I change the nodejs version of a repl?
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.
npx [email protected]<version> .
<version>
Can I change the nodejs version of a repl?
Can I change the nodejs version of a repl?
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.