Closed DrDaveD closed 6 years ago
Hi Dave,
Try this:
vagrant ssh router
sudo su -
cd /vagrant
npm install
node app.js
@ben-bradley Thanks! That failed because it couldn't find git, but it worked after I did 'apt-get install git' . Then I could also do the snmpget from the poller (adding one to the IP address since I changed it).
Now I can continue my investigation.
After getting the three VMs up with the Vagrantfile in PR #2, I continued on to start leonidas with the commands instructed of
When I run the latter I get the following output:
I'm at a loss as to how to figure out how to fix this because I can't even find module.js. Do you have any hints for me?