Running many of the command line scripts results in "path.existsSync is now called `fs.existsSync`." error
Closed this issue · 2 comments
The error "path.existsSync is now called fs.existsSync
." is reported if you run many of the command line scripts in node v0.10.26. What version of node are you guys using?
See related Azure/azure-sdk-for-node#258 which says this is an issue in node 0.8.1 or later.
Thanks for reporting this. We probably need to just update the code on the
scripts.
On Thursday, March 27, 2014, Jim Pravetz notifications@github.com wrote:
The error "path.existsSync is now called fs.existsSync." is reported if
you run many of the command line scripts in node v0.10.26. What version of
node are you guys using?
See related Azure/azure-sdk-for-node#258https://github.com/WindowsAzure/azure-sdk-for-node/issues/258which says this is an issue in node 0.8.1 or later.Reply to this email directly or view it on GitHubhttps://github.com//issues/30
.
This has been resolved and will be pushed out in the next release.
It's a deprecated node function.