I\'m getting an error when using npm to install grunt-cli globally. It\'s related to lodash:
npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer
You can try running this command in your console:
npm i -g lodash
Let me know if this fixes it.