- Jun 22, 2012
-
-
isaacs authored
-
isaacs authored
-
Bert Belder authored
-
Bert Belder authored
The NPM folder is personal to the user. It shouldn't be added to the system-wide path.
-
Bert Belder authored
-
Bert Belder authored
- Fix: it didn't work for the x86 version of node - Also add NPM to path - Also print node version - Don't change dir to home dir if not started from the start menu
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
Joe Shaw authored
Closes #3507.
-
isaacs authored
-
isaacs authored
-
isaacs authored
Exported from WP and cleaned up a bit.
-
isaacs authored
-
isaacs authored
-
Fedor Indutny authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
Bert Belder authored
-
- Jun 21, 2012
-
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Bert Belder authored
-
Karl Skomski authored
Closes #3416 Closes #3477
-
Fedor Indutny authored
-
Bert Belder authored
-
Bert Belder authored
-
Ryan Dahl authored
-
isaacs authored
There is no need for fs.readFile() to be using pread rather than read. The default semantics of read() are such that subsequent reads are where we want them anyway.
-
- Jun 20, 2012
-
-
Bert Belder authored
-
isaacs authored
-
isaacs authored
-
Bert Belder authored
On Windows, full pathnames are stored in the Error object when a file i/o error happens. This is not the case on Unix. Before this fix the test would break because of these full paths.
-