Nativescript Sidekick云构建错误Android

Nativescript Sidekick云构建错误Android,nativescript,Nativescript,当我尝试使用Sidekick构建NS应用程序时,出现以下错误: [18-07-31 08:06:59.535](CLI)命令npm install tns-android@3.4.0--静默--精确保存--保存失败,退出代码1错误输出: [18-07-31 08:06:59.535](CLI)未处理的拒绝错误:完整性检查失败: [18-07-31 08:06:59.535](CLI)通缉令:sha512-UGLRKABH3ZNHZQ8HKC19NIKWNIFPUKNRI8FMOJUV6H6QS

当我尝试使用Sidekick构建NS应用程序时,出现以下错误:

[18-07-31 08:06:59.535](CLI)命令npm install tns-android@3.4.0--静默--精确保存--保存失败,退出代码1错误输出:
[18-07-31 08:06:59.535](CLI)未处理的拒绝错误:完整性检查失败:
[18-07-31 08:06:59.535](CLI)通缉令:sha512-UGLRKABH3ZNHZQ8HKC19NIKWNIFPUKNRI8FMOJUV6H6QSVVF+UA3G3JQUEUFKZO95YHERJTBA8NKV3RY3G+g==
[18-07-31 08:06:59.535](CLI)发现:sha512-zX507Sx/ILCOCGQUWF9E9HTFZOT1PIQIS7序列QQY9TXNBKD4KDRD+74VWW9YJGB51QMKHDOOHYKC3Q+9XtU7fNw==
[18-07-31 08:06:59.535](CLI)在checksumError(/usr/lib/node_modules/npm/node_modules/cacache/lib/content/write.js:155:13)
[18-07-31 08:06:59.535](CLI)在写入时(/usr/lib/node_modules/npm/node_modules/cacache/lib/content/write.js:33:22)
[18-07-31 08:06:59.535](CLI)位于putData(/usr/lib/node_modules/npm/node_modules/cacache/put.js:11:10)
[18-07-31 08:06:59.535](CLI)位于Object.x.put(/usr/lib/node_modules/npm/node_modules/cacache/locales/en.js:28:37)
[18-07-31 08:06:59.535](CLI)位于readFileAsync.then.data(/usr/lib/node_modules/npm/node_modules/pacote/lib/fetchers/file.js:38:28)
[18-07-31 08:06:59.535](CLI)在tryCatcher(/usr/lib/node_modules/npm/node_modules/bluebird/js/release/util.js:16:23)
[18-07-31 08:06:59.535](CLI)有承诺。_settlePromiseFromHandler(/usr/lib/node_modules/npm/node_modules/bluebird/js/release/Promise.js:512:31)
[18-07-31 08:06:59.535](CLI)有承诺。_结算协议(/usr/lib/node_modules/npm/node_modules/bluebird/js/release/Promise.js:569:18)
[18-07-31 08:06:59.535](CLI)有承诺。_settlePromise0(/usr/lib/node_modules/npm/node_modules/bluebird/js/release/Promise.js:614:10)
[18-07-31 08:06:59.535](CLI)承诺。_结算建议(/usr/lib/node_modules/npm/node_modules/bluebird/js/release/Promise.js:693:18)
[18-07-31 08:06:59.535](CLI)承诺履行(/usr/lib/node\u modules/npm/node\u modules/bluebird/js/release/Promise.js:638:18)
[18-07-31 08:06:59.535](CLI)at/usr/lib/node_modules/npm/node_modules/bluebird/js/release/nodeback.js:42:21
[18-07-31 08:06:59.535](CLI)at/usr/lib/node_modules/npm/node_modules/generate fs/generate fs.js:78:16
[18-07-31 08:06:59.535](CLI)位于FSReqWrap.readFileAfterClose[完成时](fs.js:511:3)
[18-07-31 08:07:00.969](CLI)bc_BnGC7LDWhYFdbMASM3

[18-07-31 08:07:06.156]构建失败。
我无法找出原因,但在移除节点模块、挂钩、移除两个平台并重新添加后,突然一切都恢复正常

似乎有时候项目会产生一些内部冲突,清理一切,开始新的工作