nodeenv icon indicating copy to clipboard operation
nodeenv copied to clipboard

No Node.js REPL is shown in MSYS2 without "-i" switch

Open ceremcem opened this issue 5 years ago • 1 comments

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

ceremcem avatar Aug 06 '20 20:08 ceremcem

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.

cmal avatar Dec 27 '21 07:12 cmal