Stuck at after chunk asset optimization (93%)
Showing error like this /node_modules/toposort/index.js:35 throw new Error('Cyclic dependency' + nodeRep)
I am getting this error continuously. To update my app I follow the steps carefully but still, nothing comes out. Please look into it.
throw new Error('Cyclic dependency' + nodeRep)
^
Error: Cyclic dependency
at visit (/var/www/html/app/node_modules/toposort/index.js:35:13)
at visit (/var/www/html/app/node_modules/toposort/index.js:53:9)
at visit (/var/www/html/app/node_modules/toposort/index.js:53:9)
at visit (/var/www/htmlapp/node_modules/toposort/index.js:53:9)
at Function.toposort [as array] (/var/www/html/app/node_modules/toposort/index.js:22:22)
at Object.module.exports.dependency (/var/www/html/app/node_modules/html-webpack-plugin/lib/chunksorter.js:50:35)
at HtmlWebpackPlugin.sortChunks (/var/www/html/app/node_modules/html-webpack-plugin/index.js:364:35)
...