You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Halterman, Jonathan" <jo...@hp.com> on 2015/06/16 23:15:27 UTC

Building Ambari

Hi All,

Trying to build ambari trunk on a new Ubuntu 14 machine, and I hit a build error pretty earlier on. Any pointers?

-----

[INFO] --- exec-maven-plugin:1.4.0:exec (Bower install) @ ambari-admin ---

module.js:340
    throw err;
          ^
Error: Cannot find module 'q'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/ambari/ambari/ambari-admin/src/main/resources/ui/admin-web/node_modules/bower/bin/bower:6:9)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.628s
[INFO] Finished at: Tue Jun 16 20:47:07 UTC 2015
[INFO] Final Memory: 11M/30M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (Bower install) on project ambari-admin: Command execution failed. Process exited with an error: 8 (Exit value: 8) -> [Help 1]