I was working through the Thinkster Angular/Firebase tutorial and in the installation process I got to the part where I needed to install grunt-cli with this command in the terminal:
npm install -g bower grunt-cli
and got this error:
lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0.
How do I upgrade my lodash?