File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ note1 - The gcc4.8-libs package needs to be installed, because node
6060 by Joyent. SmartOS images >= 16.4 are not supported because
6161 GCC 4.8 runtime libraries are not available in their pkgsrc repository
6262
63+ * Note* : On Windows, running Node.js in windows terminal emulators like ` mintty `
64+ requires the usage of [ winpty] ( https://github.com/rprichard/winpty ) for
65+ Node's tty channels to work correctly (e.g. ` winpty node.exe script.js ` ).
66+ In "Git bash" if you call the node shell alias (` node ` without the ` .exe `
67+ extension), ` winpty ` is used automatically.
68+
6369### Supported toolchains
6470
6571Depending on host platform, the selection of toolchains may vary.
You can’t perform that action at this time.
0 commit comments