在 github 中克隆的 Ant-design 不能 运行

Ant-design cloned in github could'n run

我在 github 中克隆了 ant-design 并想 运行 根据官方 guide.but 它无法工作。 错误:

  throw new ERR_INVALID_CALLBACK();
  ^

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
    at maybeCallback (fs.js:140:9)
    at Object.fs.writeFile (fs.js:1258:14)
    at module.exports (/Users/sufang/ant-design/node_modules/_bisheng-plugin-antd@0.16.3@bisheng-plugin-antd/lib/process-demo.js:142:8)
    at module.exports (/Users/sufang/ant-design/node_modules/_bisheng-plugin-antd@0.16.3@bisheng-plugin-antd/lib/node.js:14:12)
    at /Users/sufang/ant-design/node_modules/_bisheng@0.28.3@bisheng/lib/utils/source-data.js:210:30
    at Array.reduce (<anonymous>)
    at Object.exports.process (/Users/sufang/ant-design/node_modules/_bisheng@0.28.3@bisheng/lib/utils/source-data.js:209:32)
    at process.<anonymous> (/Users/sufang/ant-design/node_modules/_bisheng@0.28.3@bisheng/lib/loaders/common/worker.js:13:35)
    at process.emit (events.js:182:13)
    at emit (internal/child_process.js:807:12)

谁知道怎么解决这个问题?谢谢!

它现在应该在 https://github.com/ant-design/bisheng-plugin-antd/commit/2f6c5db91ebe352017ae989cdd03cc46845e0573 中修复。尝试重新安装 node_modules 并重新开始。