nodeenv
nodeenv copied to clipboard
No Node.js REPL is shown in MSYS2 without "-i" switch
Node.js works perfectly while running a .js file. However when node is typed on the command line, process just hangs instead of displaying REPL.
When node -i is typed, REPL is displayed correctly. However, REPL of other compilers (such as LiveScript) that use Node.js under the hood still hangs.
nodeenv version: 1.4.0 Node.js version: 12.18.2
I am using nvm, same problem in msys2. Even if node -i shows an repl, no code can run after the prompt. Maybe this is a problem with msys2.