doxmate icon indicating copy to clipboard operation
doxmate copied to clipboard

文档伴侣

Results 4 doxmate issues
Sort by recently updated
recently updated
newest added

./bin/doxmate这个文件的 // execFile(local, args, options, function (err, stdout) { // if (err) { // console.error(err); // return; // } // console.log(stdout); // }); 改为 execFile("node", [local], function (err, stdout) {...

PS E:\doxmate> doxmate build { Error: spawn D:\nodejs\node_modules\doxmate\bin\doxmate-build ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:201:19) at onErrorNT (internal/child_process.js:379:16) at process._tickCallback (internal/process/next_tick.js:114:19) at Function.Module.runMain (module.js:692:11) at startup (bootstrap_node.js:194:16) at bootstrap_node.js:666:3 errno: 'ENOENT', code: 'ENOENT',...

你好,我按照官方的操作测试了一下,为何显示错误? 系统为64位 win7 ![image](https://cloud.githubusercontent.com/assets/12589994/24042676/08764478-0b4e-11e7-8a73-7efd038877a8.png) 谢谢!

This pull request enables the Doxmate library to speak English: * Translate field names from Chinese to English * Build footer from author name and GitHub url * Link GitHub...