Skip to content

Instantly share code, notes, and snippets.

@curry36
Created April 29, 2015 07:52

Revisions

  1. curry36 created this gist Apr 29, 2015.
    32 changes: 32 additions & 0 deletions airpal
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    ./gradlew clean shadowJar -Dairpal.useLocalNode
    :cleanAssets UP-TO-DATE
    :clean UP-TO-DATE
    :nodeSetup SKIPPED
    :installAssets
    :buildAssets
    util.js:634
    ctor.prototype = Object.create(superCtor.prototype, {
    ^
    TypeError: Cannot read property 'prototype' of undefined
    at Object.exports.inherits (util.js:634:43)
    at Object.<anonymous> (/home/ec2-user/airpal/src/main/resources/assets/node_modules/browser-sync/node_modules/http-proxy/lib/http-proxy/index.js:108:17)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/home/ec2-user/airpal/src/main/resources/assets/node_modules/browser-sync/node_modules/http-proxy/lib/http-proxy.js:4:17)
    at Module._compile (module.js:460:26)
    :buildAssets FAILED

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':buildAssets'.
    > Process 'command 'node'' finished with non-zero exit value 1

    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

    BUILD FAILED