Comments on How to Install Log.io Realtime Log Monitoring Tool on Ubuntu 16.04 LTS
Log.io is a simple but effective log management tool built on top of Node.js and Socket.io that monitors the system and provides real-time information on the system logs in a web browser. In this tutorial, we will learn how to install Log.io on Ubuntu 16.04 LTS server.
2 Comment(s)
Add comment
Comments
By: GB
npm install -g log.io --user "root"
the above command give the compiling error as reported in https://github.com/NarrativeScience/Log.io/issues/189
trying to install on a fresh virtualbox vm with ubuntu 16.04.04 server
By: Stephan
So has this issue been sorted out as I also get similair errors?