Skip to content

Instantly share code, notes, and snippets.

@curry36
Created April 29, 2015 07:52
Show Gist options
  • Save curry36/ee6e3bdd788a58db761b to your computer and use it in GitHub Desktop.
Save curry36/ee6e3bdd788a58db761b to your computer and use it in GitHub Desktop.
Airpal-Gradle build error
./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
@warrenca
Copy link

warrenca commented May 7, 2015

got this one too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment