Skip to content

Instantly share code, notes, and snippets.

@rmetzger
Created April 26, 2019 14:28
Show Gist options
  • Save rmetzger/939662235c797bc790a59a92ed2ff9f1 to your computer and use it in GitHub Desktop.
Save rmetzger/939662235c797bc790a59a92ed2ff9f1 to your computer and use it in GitHub Desktop.
Flink frontend-maven-plugin
[INFO] Installing node version v10.9.0
[INFO] Downloading https://nodejs.org/dist/v10.9.0/node-v10.9.0-linux-x64.tar.gz to /root/.m2/repository/com/github/eirslett/node/10.9.0/node-10.9.0-linux-x64.tar.gz
[INFO] No proxies configured
[INFO] No proxy was configured, downloading directly
[INFO] Unpacking /root/.m2/repository/com/github/eirslett/node/10.9.0/node-10.9.0-linux-x64.tar.gz into /flink/flink-runtime-web/web-dashboard/node/tmp
[INFO] Copying node binary from /flink/flink-runtime-web/web-dashboard/node/tmp/node-v10.9.0-linux-x64/bin/node to /flink/flink-runtime-web/web-dashboard/node/node
[INFO] Extracting NPM
[INFO] Installed node locally.
[INFO]
[INFO] --- frontend-maven-plugin:1.6:npm (npm install) @ flink-runtime-web_2.11 ---
[INFO] Running 'npm ci --cache-max=0 --no-save' in /flink/flink-runtime-web/web-dashboard
[INFO]
[INFO] > fsevents@1.2.7 install /flink/flink-runtime-web/web-dashboard/node_modules/fsevents
[INFO] > node install
[INFO]
[INFO]
[INFO] > node-sass@4.11.0 install /flink/flink-runtime-web/web-dashboard/node_modules/node-sass
[INFO] > node scripts/install.js
[INFO]
[INFO] Downloading binary from https://github.com/sass/node-sass/releases/download/v4.11.0/linux-x64-64_binding.node
[INFO] Download complete
[INFO] Binary saved to /flink/flink-runtime-web/web-dashboard/node_modules/node-sass/vendor/linux-x64-64/binding.node
[INFO] Caching binary to /root/.npm/node-sass/4.11.0/linux-x64-64_binding.node
[INFO]
[INFO] > node-sass@4.11.0 postinstall /flink/flink-runtime-web/web-dashboard/node_modules/node-sass
[INFO] > node scripts/build.js
[INFO]
[INFO] Binary found at /flink/flink-runtime-web/web-dashboard/node_modules/node-sass/vendor/linux-x64-64/binding.node
[INFO] Testing binary
[INFO] Binary is fine
[INFO]
[INFO] > husky@1.3.1 install /flink/flink-runtime-web/web-dashboard/node_modules/husky
[INFO] > node husky install
[INFO]
[INFO] husky > setting up git hooks
[INFO] HUSKY_SKIP_INSTALL environment variable is set to 'true', skipping Git hooks installation.
[ERROR] added 1302 packages in 29.587s
[INFO]
[INFO] --- frontend-maven-plugin:1.6:npm (npm run build) @ flink-runtime-web_2.11 ---
[INFO] Running 'npm run build' in /flink/flink-runtime-web/web-dashboard
[INFO]
[INFO] > flink-dashboard@2.0.0 build /flink/flink-runtime-web/web-dashboard
[INFO] > ng build --prod --base-href ./
[INFO]
[INFO]
[INFO] Date: 2019-04-26T13:46:11.628Z
[INFO] Hash: 21d10cd6b9d7e7eeccf4
[INFO] Time: 175503ms
[INFO] chunk {0} common.4d25acaf3d01332beb01.js (common) 16.2 kB [rendered]
[INFO] chunk {1} runtime.ebbfed06bb8e06aaa889.js (runtime) 2.35 kB [entry] [rendered]
[INFO] chunk {2} 2.257f2f72bbf85cc212c3.js () 220 kB [rendered]
[INFO] chunk {3} 3.563000f2fc9e49f790b9.js () 557 kB [rendered]
[INFO] chunk {4} es2015-polyfills.5e343224e81eefb7658e.js (es2015-polyfills) 56.4 kB [initial] [rendered]
[INFO] chunk {5} main.dc6e0997d092df051db0.js (main) 1.16 MB [initial] [rendered]
[INFO] chunk {6} polyfills.b37850e8279bc3caafc9.js (polyfills) 41 kB [initial] [rendered]
[INFO] chunk {7} styles.30d0912c1ece284d8d9a.css (styles) 426 kB [initial] [rendered]
[INFO] chunk {8} 8.965e62f329de1fb43d0f.js () 15.9 kB [rendered]
[INFO] chunk {9} 9.3a910eef736baab71305.js () 68.6 kB [rendered]
[INFO] chunk {10} 10.b38dfd17b0694c687488.js () 14.1 kB [rendered]
[INFO] chunk {11} 11.9e2a550d72db704569e6.js () 37.2 kB [rendered]
[INFO] chunk {12} 12.d14cc264e1c41a6a2801.js () 150 kB [rendered]
[INFO] chunk {13} 13.13df4b827f64093f93eb.js () 135 kB [rendered]
root@66b3594d8ac6:~/.npm# ls
_cacache node-sass
root@66b3594d8ac6:~/.npm# du -sh .
97M .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment