Error: EBUSY: resource busy or locked, rmdir 作者:七棵菜 日期:2022-11-30 栏目:计算机分类:1 人气:331 `ionic`项目使用`ng build`命令打包的时候报错: ``` An unhandled exception occurred: EBUSY: resource busy or locked, rmdir 'D:\workspace\online\cultural-treasure\frontend\game-client\www' See "C:\Users\SZLD-P~1\AppData\Local\Temp\ng-FJcTxN\angular-errors.log" for further details. ``` 意思应该是进程被占用了,找到占用的进程关掉,重新执行即可。 关闭进程的方法如下: 1. Press windows key plus R on your keyboard to open the run command box and type this "resmon.exe" 2. click OK to open resource monitor 3. In the monitor, navigate to CPU tab 4. Under Associated Handles in the search box, copy the path to the file or folder in question and paste it in there 5. Click on the search icon 6. You should be able to see all the programs using the file or folder 7. right-click each and end-process ### 鸣谢 - [Stack Overflow](https://stackoverflow.com/questions/55212864/error-ebusy-resource-busy-or-locked-rmdir) 标签: ionic 打包 进程 上一篇:如何使用mvn命令导入依赖 下一篇:nginx配置angular项目部署在项目子目录 随便看看 2024-02-19 PHP7 运算符“??” 和“?:”的区别 2022-11-30 Linux 后台运行命令 2022-11-25 关于我们 2022-11-30 centos一键系统安装lnmp集成环境 2022-11-30 linux 生成 ssh 公钥 留言