当我尝试更新我的 nativescript 项目时收到一条错误消息

I got an error message when I try to update my nativescript Project

当我尝试 运行

时,我尝试更新我的本机脚本项目
tns update next

我得到了错误

Could not update the project! Reason is: rm: could not remove file (code EBUSY): C:/work/MyProject/zero/angular/platforms/android/build-tools/runSbg.log

我的tns info

√ Getting NativeScript components versions information...
‼ Update available for component nativescript. Your current version is 6.4.0 and the latest available version is 6.8.0.
‼ Update available for component tns-core-modules. Your current version is 6.4.2 and the latest available version is 6.5.13.
‼ Update available for component tns-android. Your current version is 6.4.1 and the latest available version is 6.5.3.
× Component tns-ios is not installed.

我正在使用带有 Angular 的 Nativescript,它是代码共享项目

这很可能是由于 运行 进程正在使用文件。要解决此问题,请确保您已结束所有 运行 Nativescript 或本例中 android 的进程。如果不确定,可以重启电脑。

之后,如果你想做一个新鲜的update/install;转到项目根文件夹,然后删除 Nativescript Generated 文件夹:hooksnode_modulesplatforms.

一旦完成,您现在将拥有一个干净的平台来更新您的项目:

tns update next