我安装了Node Js然后是Grunt。当我运行Grunt命令时,cmd显示以下错误:
local npm module "grunt-prettify" not found. is it installed?
local npm module "grunt-autoprifixer" not found. is it installed?
local npm module "grunt-contrib-cssmin" not found. is it installed?
local npm module "grunt-contrib-uglify" not found. is it installed?有人能告诉我如何处理这些信息吗。提前感谢!
发布于 2016-03-15 08:14:13
您需要运行npm install grunt-prettify grunt-autoprifixer grunt-contrib-cssmin grunt-contrib-uglify
https://stackoverflow.com/questions/36005618
复制相似问题