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!
yarn
is strongly recommended over npm.
npm install -g typescript
Laoban is a command line tool and is best installed from a command line
npm i -g laoban
or (on Linux) sudo npm i -g laoban
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.
At the command line
laoban --version
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
``