摘要: 背景学习gulp的前端自动化构建,按照示例代码,跑了一个简单的task,控制台打出如下提示:The following tasks did not complete: testGulpDid you forget to signal async completion? 查阅Stack Overflo 阅读全文
posted @ 2021-05-12 16:30 小李探花v 阅读(272) 评论(0) 推荐(0)
摘要: 全局安装gulp后压缩时提示 local gulp not found解决办法 添加环境变量 新建系统变量 NODE_PATH路径为npm安装包所在位置 C:\Users\huangan\AppData\Roaming\npm\node_modules 阅读全文
posted @ 2021-05-12 16:22 小李探花v 阅读(336) 评论(0) 推荐(0)