ノードv0.6.12を使用しています
これは私のコードです:
var fs = require("fs");
fs.exists(".", function() {
console.log("Whatever);
});
私はこの出力を得る:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Object #<Object> has no method 'exists'
at Object.<anonymous> (/home/dbugger/Projects/nodetest/test.js:3:4)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:32)
at Function._load (module.js:308:12)
at Array.0 (module.js:479:10)
at EventEmitter._tickCallback (node.js:192:41)
「存在する」は廃止されましたか?私は何を使うことができますか?