在自己的linux虚拟机下编译blink源码,在 [INFO] Running 'npm install --cache-max=0 --no-save' in /opt/gitrepo/flink-runtime-web/web-dashboard 后就没有反应了,ctrl+c 才退出来
修改flink源码,改成淘宝nodejs仓库,flink-runtime-web/pom.xml
npm install
部分的arguments
ci --cache-max=0 --no-save
改为
install -g -registry=https://registry.npm.taobao.org --cache-max=0 --no-save
转自https://blog.51cto.com/1196740/2347768?source=dra
赞0
踩0