首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >咕哝着"Gruntfile.js“tasks...ERROR

咕哝着"Gruntfile.js“tasks...ERROR
EN

Stack Overflow用户
提问于 2015-11-28 08:43:23
回答 2查看 3.7K关注 0票数 2
代码语言:javascript
复制
    pm WARN EPACKAGEJSON partnerportal@0.0.0 No description
    npm WARN EPACKAGEJSON partnerportal@0.0.0 No license field.
    >> Local Npm module "grunt-autoprefixer" not found. Is it installed?
    >> Local Npm module "grunt-concurrent" not found. Is it installed?
    >> Local Npm module "grunt-contrib-concat" not found. Is it installed?
    >> Local Npm module "grunt-contrib-connect" not found. Is it installed?
    >> Local Npm module "grunt-contrib-htmlmin" not found. Is it installed?
    >> Local Npm module "grunt-contrib-jshint" not found. Is it installed?
    >> Local Npm module "grunt-contrib-uglify" not found. Is it installed?
    >> Local Npm module "grunt-contrib-watch" not found. Is it installed?
    >> Local Npm module "grunt-filerev" not found. Is it installed?
    >> Local Npm module "grunt-google-cdn" not found. Is it installed?
    >> Local Npm module "grunt-karma" not found. Is it installed?
    >> Local Npm module "grunt-newer" not found. Is it installed?
    >> Local Npm module "grunt-ng-annotate" not found. Is it installed?
    >> Local Npm module "grunt-svgmin" not found. Is it installed?
    >> Local Npm module "grunt-usemin" not found. Is it installed?
    >> Local Npm module "grunt-wiredep" not found. Is it installed?
    Loading "Gruntfile.js" tasks...ERROR
    >> Error: Cannot find module 'time-grunt'

NPMgrunt的新成员。不知道到底怎么回事?知道怎么调试吗?已安装NPMBOWER

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2015-11-28 09:04:16

我认为,在运行npm install之前,没有运行grunt来安装项目的所有包。在正常情况下,构建一个Grunt应用程序。我们应该按照以下步骤运行:

安装NPM软件包。

代码语言:javascript
复制
cd to_root_project_path

npm install

安装Bower软件包

代码语言:javascript
复制
bower install

最后,运行咕哝tast

票数 5
EN

Stack Overflow用户

发布于 2016-11-07 16:37:34

有时,npm的安装也会解决这个问题。

sudo npm install grunt

票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/33969384

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档