Rally Software

 View Only
  • 1.  Difficulty installing Rally-App-Builder

    Posted Sep 10, 2014 10:57 AM
    I have downloaded the zip file on Git Hub for rally-app-builder-master to my desktop. When I try to run "npm install rally-app-builder," from the Node.js command line I get the following error message:

    0EM140000004e7X

    Is this an issue with a firewall on my computer or did I download the zip file incorrectly?


  • 2.  Re: Difficulty installing Rally-App-Builder
    Best Answer

    Posted Sep 10, 2014 11:49 AM
    Hi Rachel, 

    Are you behind a proxy?  I found the same error here, with a proposed solution you might try: 

    http://stackoverflow.com/questions/25141831/connect-etimedout-npm-grunt-module

    "Probably you have a firewall in your home/office that blocks npm.
          
         You can fix it if you set the proxy via npm"
    npm config set proxy http://proxy-server-address:8080
    npm config set https-proxy http://proxy-server-address:8080