簡體   English   中英

找不到本地Npm模塊“ grunt-parallel”。 安裝好了嗎?

[英]Local Npm module “grunt-parallel” not found. Is it installed?

更新到node5和npm3之后,我收到了關於運行grunt的警告:

Local Npm module "grunt-parallel" not found. Is it installed?

我不使用grunt-parallel並且想知道出現此警告的原因。

我們在項目中使用的一組模塊:

 var modules = { "MD5": "~1.2.1", "bower": "~1.4.1", "chai": "~1.9.1", "colors": "~0.6.2", "express": "~3.4.8", "grunt": "~0.4.5", "grunt-cli": "~0.1.13", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-compass": "~0.7.2", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-cssmin": "~0.10.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "~0.5.3", "grunt-express": "~1.2.1", "grunt-grunticon": "^1.2.3", "grunt-html2js": "~0.2.4", "grunt-jslinker": "~0.1.5", "grunt-json": "^0.1.3", "grunt-karma": "~0.8.3", "grunt-ng-annotate": "~0.2.3", "grunt-open": "~0.2.3", "grunt-protractor-runner": "~1.1.4", "grunt-replace": "~0.7.8", "karma": "~0.12.17", "karma-chai": "~0.1.0", "karma-chrome-launcher": "~0.1.4", "karma-coverage": "~0.2.4", "karma-mocha": "~0.1.6", "karma-phantomjs-launcher": "~0.1.4", "karma-sinon": "~1.0.3", "load-grunt-tasks": "~0.6.0", "method-override": "^2.0.2", "mocha": "~1.20.1", "protractor": "~2.0.0", "request": "^2.40.0", "sinon": "~1.10.3", "grunt-aws-s3": "^0.14.0", "grunt-contrib-compress": "^0.13.0", "grunt-git-rev-parse": "~0.1.4" }; 

問題是舊版本的grunt-express。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM