laoban-dev.github.io

Install laoban

Laoban has been tested on Windows and Linux. It probably works on a Mac but I don’t have a Mac to test it on!

Pre-requisites

Installation

Laoban is a command line tool and is best installed from a command line

Privileges

It does require privileges to do this as it is adding an executable. I typically run this command with either sudo on linux, or as administrator on Windows.

Check laoban is installed

At the command line

laoban --version

Problems

The only problems I have seen are related to permissions. If you get an error like this, it is because you don’t sufficient privileges to install the executable. If you have privileges, you can use sudo on Linux or run as administrator on Windows. If you don’t then you need to contact your administrator

```shell npm ERR! code EACCES
``