我安装要求安装go,node, yarn,本地可以启动服务并连接到现有kubesphere集群。
但是执行yarn build时候一直卡住不结束且没有任何报错信息,如下是build输出结果:
有遇到过的吗?都是怎么解决的?
`[weekyuan@w50v console]$ yarn build
yarn run v1.22.10
$ rimraf dist
$ yarn build:client && yarn build:server
$ webpack -p –config scripts/webpack.prod.js –display errors-only
Happy[jsx]: Version: 5.0.1. Threads: 3
Happy[jsx]: All set; signaling webpack to proceed.
✔ success webpack compiled in 1m 13s 907ms
Webpack Bundle Analyzer saved report to /home/weekyuan/console/dist/report.html
SMP ⏱
General output time took 1 min, 20.79 secs
SMP ⏱ Plugins
WebpackAssetsManifest took 10.57 secs
WebpackBarPlugin took 10.15 secs
BundleAnalyzerPlugin took 6.87 secs
OptimizeCssAssetsWebpackPlugin took 6.13 secs
MiniCssExtractPlugin took 5.52 secs
DefinePlugin took 0.51 secs
ChunksRenamePlugin took 0.452 secs
HappyPlugin took 0.154 secs
CopyPlugin took 0.077 secs
SMP ⏱ Loaders
cache-loader took 1 min, 4.54 secs
module count = 2511
happypack took 1 min, 1.23 secs
module count = 1542
mini-css-extract-plugin, and
cache-loader, and
css-loader, and
postcss-loader, and
sass-loader took 58.34 secs
module count = 667
cache-loader, and
css-loader, and
postcss-loader, and
sass-loader took 55.92 secs
module count = 667
mini-css-extract-plugin, and
css-loader, and
sass-loader took 31.65 secs
module count = 28
css-loader, and
sass-loader took 29.8 secs
module count = 28
mini-css-extract-plugin, and
cache-loader, and
css-loader took 2.7 secs
module count = 5
modules with no loaders took 1.51 secs
module count = 4
cache-loader, and
css-loader took 1.3 secs
module count = 5
cache-loader, and
@svgr/webpack, and
url-loader took 1.092 secs
module count = 6
css-loader, and
postcss-loader took 0.279 secs
module count = 1
file-loader took 0.277 secs
module count = 18
`