Closed silkentrance closed 9 years ago
Still pending an npm publish from @othiym23 or @isaacs for this to be actually fixed in the published version.
npm includes fstream in a rather old version and does not depend on it package wise. It should be updated there, too.
@isaacs @othiym23 how about making this available to the public... and please do include this new version in npm, too.
This is published as part of fstream@1.0.4
and I'm currently testing fstream@1.0.4
in npm, so it will probably be there shortly.
@othiym23 Great, thanks.
In lib/writer.js it reads
Here, the expression
fails due to
!process.getuid() === 0
being the wrong statement, it should read(process.getuid() !== 0)
instead.