首页 > Web开发 > 详细

Gulp error in WebStorm: Failed to list gulp tasks

时间:2018-06-25 14:37:41      阅读:1122      评论:0      收藏:0      [点我收藏+]

I have the same problem with webstorm after install a updated version of node. The solution for me is the following:

In the block Gulp where webstorm show the list of taskclick the cog icon and select gulp settings, in the section "Gulp package" add the path to the local gulp package(the gulp inside the node_modules in your project).

Example of path: yourproject\node_modules\gulp

 

Another way that would probably solve the problem is to remove the node_modules folder and run npm install again. You must have your dependencies registered in the package.json file

Gulp error in WebStorm: Failed to list gulp tasks

原文:https://www.cnblogs.com/echolife/p/9223713.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!