You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Tested the following code with version 0.8.5. 0.10.7, 0.10.11, 0.10.12 (node installed with nvm on Ubuntu 13.10):
require('fs').mkdir(this.path, function (err) {
console.log(err);
});
Got:
fs.js:635
binding.mkdir(pathModule._makeLong(path),
^
TypeError: Bad argument
at Object.fs.mkdir (fs.js:635:11)
at Object.exports.createBlogDirectory (/home/francois/dev.lin/apps/wordpress/dist/master/wordpress.js:87:17)
at Object.exports.createBlog (/home/francois/dev.lin/apps/wordpress/dist/master/wordpress.js:81:8)
at Object.<anonymous> (/home/francois/dev.lin/apps/wordpress/dist/master/wordpress.js:65:10)
at ReadStream.<anonymous> (/home/francois/dev.lin/apps/wordpress/dist/master/wordpress.js:74:5)
at ReadStream.g (events.js:175:14)
at ReadStream.EventEmitter.emit (events.js:95:17)
at ReadStream.<anonymous> (_stream_readable.js:736:14)
at ReadStream.EventEmitter.emit (events.js:92:17)
at emitReadable_ (_stream_readable.js:408:10)
Tested the following code with version 0.8.5. 0.10.7, 0.10.11, 0.10.12 (node installed with nvm on Ubuntu 13.10):
Got:
Additional tests:
With same results. Saw you already have issue #1999 but it did not help me
The text was updated successfully, but these errors were encountered: