如何在不删除防病毒软件或重新安装节点的情况下释放资源 \AppData\Local\Temp\shelljs_60d55c70cdc922162f4b?

How to release resource \AppData\Local\Temp\shelljs_60d55c70cdc922162f4b without removing antivirus or reinstalling node?

我是 运行 Ionic2,负责构建 windows 应用程序。但它给我以下错误:

shell.js: internal error
Error: EBUSY: resource busy or locked, open 'C:\Users\edge\AppData\Local\Temp\shelljs_60d55c70cdc922162f4b'
    at Error (native)
    at Object.fs.openSync (fs.js:640:18)
    at Object.fs.writeFileSync (fs.js:1333:33)
    at execSync (C:\Users\edge\AppData\Roaming\npm\node_modules\ionic\node_modules\shelljs\src\exec.js:67:57)
    at Object._exec (C:\Users\edge\AppData\Roaming\npm\node_modules\ionic\node_modules\shelljs\src\exec.js:179:12)
    at Object.exec (C:\Users\edge\AppData\Roaming\npm\node_modules\ionic\node_modules\shelljs\src\common.js:168:23)
    at Object.gatherGulpInfo (C:\Users\edge\AppData\Roaming\npm\node_modules\ionic\node_modules\ionic-app-lib\lib\info.js:201:24)
    at Object.t (C:\Users\edge\AppData\Roaming\npm\node_modules\ionic\lib\utils\stats.js:148:15)
    at Object.run (C:\Users\edge\AppData\Roaming\npm\node_modules\ionic\lib\cli.js:135:16)
    at Object.<anonymous> (C:\Users\edge\AppData\Roaming\npm\node_modules\ionic\bin\ionic:13:10)

我播下同样的错误:

但我不想删除我的防病毒软件并重新安装 nodeJS。

But when I restart my system and immediately after I run the command It works(Possibly some process takes time to execute which one access this resource)

我系统上进程运行的快照如下:

我遇到了同样的问题,并通过卸载 bytefence anti malware 解决了这个问题。它实际上使用了上面提到的相同资源。(我检查了戴尔笔记本电脑)