We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f56ac4 commit 8da3b51Copy full SHA for 8da3b51
BUILDING.md
@@ -60,6 +60,12 @@ note1 - The gcc4.8-libs package needs to be installed, because node
60
by Joyent. SmartOS images >= 16.4 are not supported because
61
GCC 4.8 runtime libraries are not available in their pkgsrc repository
62
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
+
69
### Supported toolchains
70
71
Depending on host platform, the selection of toolchains may vary.
0 commit comments