2.0.10命令行打包报错

Uncaught Exception: TypeError: callback is not a function
at C:\CocosCreator\resources\app.asar\node_modules\fire-fs\index.js:14:9
at FSReqWrap.oncomplete (fs.js:114:15)
C:\CocosCreator\resources\app.asar\editor\init.js:1
(function (exports, require, module, __filename, __dirname, process, global, Buffer) { return function (exports, require, module, __filename, __dirname) { “use strict”;const e=require(“electron”).ipcMain,t=require(“fire-fs”),i=(require(“fire-path”),require(“async”)),r=require("…/editor-framework/lib/share/ipc-listener");let o=e=>{process.send({channel:“editor-error”,message:e.message,stack:e.stack})};process.on(“uncaughtException”,o),Editor.App.extend({runDashboard(){Editor.Window.main.close()},run(){if(“string”!=typeof Editor._buildCommand&&“string”!=typeof Editor._compileCommand){Editor.run(“app://editor/index.html”,{title:“Cocos Creator”,width:1280,height:720,minWidth:100,minHeight:100,show:!1,resizable:!0});var t=Editor.Window.main;t.nativeWin.on(“close”,function(){t.closing=!0}),e.on(“app:is-main-window-attemp-to-close”,e=>{e.returnValue=!!t.closing,t.closing=!1}),Editor.Metrics.setClientId(function(){Editor.Metrics.prepareUserIdentity(),Editor.Metri

TypeError: process.send is not a function
at process.o (C:\CocosCreator\resources\app.asar\editor\init.js:1:342)
at emitOne (events.js:101:20)
at process.emit (events.js:191:7)
at process._fatalException (bootstrap_node.js:308:26)

插件问题, 移除packages中的anysdk插件