Tag: nodejs
All the articles with the tag "nodejs".
-
Windows case-insensitive file names = nightmares with Node.JS
Windows filesystem canonical casing causes Node.js module require cache misses when __dirname and process.cwd() differ in letter case.
-
cmd.exe AutoRun feature = evil feature
A cmd.exe AutoRun registry entry that ran chcp 65001 produced unexpected output that silently broke Node.js and other tools relying on stdout parsing.