Installation
Install the Latest Release of auth-cli
npm i -g @labshare/auth-cli
Update auth-cli to the latest version
npm update -g @labshare/auth-cli
Possible Installation Issues:
It maybe necessary to correct your permissions to the global install directory
In mac and linux environments, this can be accomplised with this command:
sudo chown -R $USER /usr/local/lib/node_modules
Auth-cli makes use of a package called keytar
which in turn makes use of a package called libsecret
. It maybe necessary in linux environments to install libsecret
sudo apt-get install libsecret-1-dev