Skip to content

Instantly share code, notes, and snippets.

@palango
Created February 21, 2018 12:20
Show Gist options
  • Save palango/15c1526b9c251d73a033bc3ee5b26439 to your computer and use it in GitHub Desktop.
Save palango/15c1526b9c251d73a033bc3ee5b26439 to your computer and use it in GitHub Desktop.
---> Running in 45baea175fae
running compile_webui
Running ['/tmp/node-v8.2.1-linux-x64/bin/npm', 'install'] in '/raiden/raiden/ui/web'
npm WARN deprecated nodemailer@2.7.2: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
> uws@9.14.0 install /raiden/raiden/ui/web/node_modules/uws
> node-gyp rebuild > build_log.txt 2>&1 || exit 0
> node-sass@4.7.2 install /raiden/raiden/ui/web/node_modules/node-sass
> node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.7.2/linux-x64-57_binding.node
Download complete
Binary saved to /raiden/raiden/ui/web/node_modules/node-sass/vendor/linux-x64-57/binding.node
Caching binary to /root/.npm/node-sass/4.7.2/linux-x64-57_binding.node
> uglifyjs-webpack-plugin@0.4.6 postinstall /raiden/raiden/ui/web/node_modules/webpack/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js
> node-sass@4.7.2 postinstall /raiden/raiden/ui/web/node_modules/node-sass
> node scripts/build.js
Binary found at /raiden/raiden/ui/web/node_modules/node-sass/vendor/linux-x64-57/binding.node
Testing binary
Binary is fine
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN @angular/compiler-cli@5.2.5 requires a peer of typescript@>=2.4.2 <2.7 but none was installed.
npm WARN ajv-keywords@3.1.0 requires a peer of ajv@^6.0.0 but none was installed.
npm WARN tsickle@0.26.0 requires a peer of typescript@>=2.4.2 <2.7 but none was installed.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 2067 packages in 130.015s
Running ['/tmp/node-v8.2.1-linux-x64/bin/npm', 'run', 'build:prod'] in '/raiden/raiden/ui/web'
> raidenwebui@0.2.0 build:prod /raiden/raiden/ui/web
> ng build --prod --aot
@angular/compiler-cli@5.2.5 requires typescript@'>=2.4.2 <2.7.0' but 2.7.2 was found instead.
Using this version can result in undefined behaviour and difficult to debug problems.
Please run the following command to install a compatible version of TypeScript.
npm install typescript@'>=2.4.2 <2.7.0'
To disable this warning run "ng set warnings.typescriptMismatch=false".
Node#moveTo was deprecated. Use Container#append.
Date: 2018-02-21T11:31:25.939Z
Hash: 6a7f58fae65fd0a7f3ca
Time: 140218ms
chunk {scripts} scripts.c8e5e8a3bb2fbc80a006.bundle.js (scripts) 140 kB [initial] [rendered]
chunk {0} main.0a2be3019e450848f173.bundle.js (main) 1.34 MB [initial] [rendered]
chunk {1} polyfills.8d560520b712b622c0b7.bundle.js (polyfills) 104 kB [initial] [rendered]
chunk {2} styles.3a0952c55534d4c9798f.bundle.css (styles) 274 kB [initial] [rendered]
chunk {3} inline.58e7ce67b548ef27b89a.bundle.js (inline) 1.45 kB [entry] [rendered]
WebUI compiled with success!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment