You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You depend on del version 4.1.1, in the mean time there is del version 6.0.0
The old version has some issues deleting directories.
When I manually update yarn.lock to pretend clean-webpack-plugin depends on del version 6.0.0, the webpack serve command runs successfully.
webpack serve output:
```bash<i> [webpack-dev-server] Project is running at:<i> [webpack-dev-server] Loopback: http://localhost:3001/<i> [webpack-dev-server] On Your Network (IPv4): http://10.1.1.64:3001/<i> [webpack-dev-server] Content not from webpack is served from 'C:\Development\Fugro\fugro.utilization.service.aws\spa\lib' directory<i> [webpack-dev-middleware] waituntil bundle finished: /<e> [webpack-dev-middleware] Error: ENOTEMPTY: directory not empty, rmdir 'C:\Development\Fugro\fugro.utilization.service.aws\spa\lib\assets'<e> at Object.rmdirSync (fs.js:890:10)<e> at rmkidsSync (C:\Development\Fugro\fugro.utilization.service.aws\node_modules\del\node_modules\rimraf\rimraf.js:364:25)<e> at rmdirSync (C:\Development\Fugro\fugro.utilization.service.aws\node_modules\del\node_modules\rimraf\rimraf.js:342:7)<e> at Function.rimrafSync [as sync] (C:\Development\Fugro\fugro.utilization.service.aws\node_modules\del\node_modules\rimraf\rimraf.js:312:9)<e> at C:\Development\Fugro\fugro.utilization.service.aws\node_modules\del\index.js:65:11<e> at Array.map (<anonymous>)<e> at module.exports.sync (C:\Development\Fugro\fugro.utilization.service.aws\node_modules\del\index.js:57:40)<e> at CleanWebpackPlugin.removeFiles (C:\Development\Fugro\fugro.utilization.service.aws\node_modules\clean-webpack-plugin\dist\clean-webpack-plugin.js:179:37)<e> at CleanWebpackPlugin.handleInitial (C:\Development\Fugro\fugro.utilization.service.aws\node_modules\clean-webpack-plugin\dist\clean-webpack-plugin.js:119:10)<e> at C:\Development\Fugro\fugro.utilization.service.aws\node_modules\clean-webpack-plugin\dist\clean-webpack-plugin.js:84:14 {<e> errno: -4051,<e> syscall: 'rmdir',<e> code: 'ENOTEMPTY',<e> path: 'C:\\Development\\Fugro\\fugro.utilization.service.aws\\spa\\lib\\assets'<e> }
Issue description or question
You depend on del version 4.1.1, in the mean time there is del version 6.0.0
The old version has some issues deleting directories.
When I manually update yarn.lock to pretend clean-webpack-plugin depends on del version 6.0.0, the webpack serve command runs successfully.
webpack serve output:
Webpack Config
Environment
The text was updated successfully, but these errors were encountered: