Minemeld Installation Error - bower install - directory does not exist

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Minemeld Installation Error - bower install - directory does not exist

L0 Member

Hello! 

My first go at using MineMeld and running in to some issues during installation. Installing on 64bit Ubuntu 16.04 LTS. 


I follow the steps:

$ sudo apt-get update
$ sudo apt-get upgrade # optional
$ sudo apt-get install -y gcc git python-minimal python2.7-dev libffi-dev libssl-dev make
$ wget https://bootstrap.pypa.io/get-pip.py
$ sudo -H python get-pip.py
$ sudo -H pip install ansible
$ git clone https://github.com/PaloAltoNetworks/minemeld-ansible.git
$ cd minemeld-ansible

But when I get to kicking off the install/config using the command : 

ansible-playbook -K -e "minemeld_version=master" -i 127.0.0.1, local.yml

I get the following error: 

TASK [minemeld : bower install] **********************************************************************************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "cmd": "bower install --allow-root", "msg": "[Errno 2] No such file or directory", "rc": 2}
        to retry, use: --limit @/root/minemeld-ansible/local.retry

Reviewing the webui file I see the bower install gets it's dirs from different variables that I assume are set during the ansible-playbook command. Is there a directory I can manually create to get through this? I did search the forumns and github but haven't seen anyone else with this issue. 

3 REPLIES 3

L1 Bithead

I also have this issue.I thnk there is a syntax problem with bower.json.

L1 Bithead

My apologies, I have a different error.

L7 Applicator

Hi @boyhittscar,

please could you share the full Ansible log?

 

Thanks,

luigi

  • 3297 Views
  • 3 replies
  • 1 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!