tns 运行 android --模拟器不工作 - NativeScript

tns run android --emulator not working - NativeScript

我已按照此 link 中的步骤进行操作。当我 运行 使用命令 tns run android --emulator 时,我在命令提示符

中收到以下错误
Configuring > 0/4 projects > root projectError: read ECONNRESET
    at exports._errnoException (util.js:890:11)
    at TCP.onread (net.js:552:26)

以下为错误截图供您参考。

有人可以帮我解决这个问题吗?提前致谢。

我已通过使用命令 npm install tns-core-modules@latest --save 更新 tns-core-modules 解决了这个问题。之后,我在系统启动时在 BIOS 中启用了 Virtualization Technology。现在模拟器运行正常了。