bash: tslint: command not found
I needed to delete the /node_modules folder and run npm install and it was fixed again
I've run into the same problem recently. Yarn
output says it added "tslint"
binary, but it's lying. To actually install it you need to run Yarn
as root, so:
sudo yarn global add tslint typescript