"No Package matching 'npm' found available"
sebastianwestberg opened this issue · 2 comments
sebastianwestberg commented
Hi Geerlingguy,
I'm running into the following error when I run vagrant up:
TASK: [Node: Install Node.js and npm.] ****************************************
failed: [default] => {"changed": false, "failed": true, "rc": 0, "results": []}
msg: No Package matching 'npm' found available, installed or updated
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/Users/sebastianwestberg/playbook.retry
default : ok=4 changed=0 unreachable=0 failed=1
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
Any ideas? Thanks in advance.
geerlingguy commented
I'm not hitting this error; I wonder if the extra repos didn't install correctly or something else failed. Can you give the full output from the time you run vagrant up?
sebastianwestberg commented
Must of been something temporary. Vagrant up on a fresh clone and everything seems to work just fine now! Thank you.