I installed grunt globally by running the following commands
npm install grunt grunt-cli -g
And I also installed grunt and other project dependencies locally to my project by running
npm install
npm install grunt --save-dev
But grunt keeps telling me "Unable to find local grunt"
I'm Using ubuntu 16.04 on DigitalOcean and I have nodejs and npm installed what is the problem?