0.6.12 Jeffrey Zhao Blog: http://blog.zhaojie.me/ Twitter: @jeffz_cn (Chinese) | @jeffz_en (English)
From: Nathan Rajlich Sent: Saturday, June 16, 2012 4:15 AM To: [email protected] Subject: Re: [nodejs] Get "unknown error" from fs.rmdirSync Which version of node is this? On Fri, Jun 15, 2012 at 9:50 AM, Jeffrey Zhao <[email protected]> wrote: Guys, I got an “unknown error” from fs.rmdirSync method, what does that mean? I can remove the folder by “rm –r” command in shell. I removed all the files in the folder but still got the same error: node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: UNKNOWN, unknown error '/Users/jeffz/Projects/jscex/bin/dev' at Object.rmdirSync (fs.js:347:18) at Object.<anonymous> (/Users/jeffz/Projects/jscex/scripts/build-dev.js:11:8) at Module._compile (module.js:441:26) at Object..js (module.js:459:10) at Module.load (module.js:348:31) at Function._load (module.js:308:12) at Array.0 (module.js:479:10) at EventEmitter._tickCallback (node.js:192:40) Jeffrey Zhao Blog: http://blog.zhaojie.me/ Twitter: @jeffz_cn (Chinese) | @jeffz_en (English) -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to mailto:nodejs%[email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
