简体   繁体   English

我在项目中使用gulp和node.js并尝试重建它,然后遇到错误:未找到“ gulp-add-src”

[英]I am using gulp and node.js in a project and trying to rebuild it and then I encountered the error: did not found ''gulp-add-src"

While executing gulp file through node.js ,I was trying to rebuild my project and then I got the error attached in screen shot 通过node.js执行gulp文件时,我试图重建我的项目,然后屏幕截图中出现了错误

在此处输入图片说明

did you install this module ? 您是否安装了此模块?

npm install gulp-add-src --save-dev

It's look like your require("gulp-add-src") in the gulpfile do not find this module. 看起来您在gulpfile中的require(“ gulp-add-src”)找不到此模块。

perharps if you can, provide your packages.json to have a better answers ? 如果可以的话,请perharps,提供您的packages.json以获得更好的答案?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM