我正在学习 Thinkster Angular/Firebase 教程,在安装过程中,我到达了需要在终端中使用以下命令安装 grunt-cli 的部分:
npm install -g bower grunt-cli
并得到这个错误:
lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0.
如何升级我的 lodash?
这可能是因为依赖链。我猜 grunt 还在为旧版本的 lodash 备货。我认为只要 grunt 支持它,你应该没问题。
您可以在https://github.com/Azure/azure-mobile-apps-js-client/issues/20找到更多信息