npm not install underscore packages

寵の児 提交于 2019-12-06 15:43:04

If you have a Grunt version that has not yet applied this patch, then you will get that error due to a mistype where this line in the package.json:

underscore.string@'~2.2.0rc

Should instead be this:

underscore.string@'~2.2.0-rc

To fix this problem, use a newer version of Grunt.

in package.json change sails ">0.9"

and grunt ">0.4.1"

thats all

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!