- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-27-2017 06:18 PM - edited 07-27-2017 06:19 PM
Hello,
I'm trying to install Minemeld on Ubuntu 16.04.
https://github.com/PaloAltoNetworks/minemeld-ansible
$ ansible-playbook -K -i 127.0.0.1, local.yml
I receive the following fatal error during the npm install:
TASK [minemeld : npm install] **************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["npm", "install"], "delta": "0:00:29.360396", "end": "2017-07-27 18:14:05.947246", "failed": true, "rc": 1, "start": "2017-07-27 18:13:36.586850", "stderr": "npm WARN package.json minemeldWebui@0.9.41-beta.3 No repository field.
Looking for any guidance or direction on where to go from here. Thanks!
-Eric
07-27-2017 06:30 PM
/opt/minemeld/www/webui/npm-debug.log
1202 verbose stack Error: Command failed: git clone --template=/root/.npm/_git-remotes/_templates --mirror git@github.com:mozilla/npm-lockdown.git /root/.npm/_git-remotes/git-github-com-mozilla-npm-lockdown-git-0d578943
1202 verbose stack Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-mozilla-npm-lockdown-git-0d578943'...
1202 verbose stack Permission denied (publickey).
1202 verbose stack fatal: Could not read from remote repository.
1202 verbose stack
1202 verbose stack Please make sure you have the correct access rights
1202 verbose stack and the repository exists.
1202 verbose stack
1202 verbose stack at ChildProcess.exithandler (child_process.js:751:12)
1202 verbose stack at ChildProcess.emit (events.js:110:17)
1202 verbose stack at maybeClose (child_process.js:1015:16)
1202 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
07-28-2017 01:57 AM
Hi @ekampling,
npm modules are downloaded via git and by default git uses ssh to download modules from github.
Could you check that something is not blocking ssh traffic ?
Thanks,
luigi
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!