Is there a way that I can use node.js 14?
One of the modules that I need to use requires node.js v14, but repl hasn't updated from v12 yet. Is there a way that I can bypass this and use 14?
RYANTADIPARTHI
i don't think that's possible. Node.js in repl.it has a default version. You can't change it.
it does, here's a working repl:
https://repl.it/@Coder100/CornySpatialNaturallanguage#index.js
ignore what the splash screen text says, that is hard-coded in lol
@Coder100 i forked it and typed "node -v" in the shell terminal and it said v12
of course
this only runs node 14 doesn't change the actual node! @OIRNOIR