侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

Gulp graceful-fs deprecation warning

2024-05-15 星期三 / 0 评论 / 0 点赞 / 77 阅读 / 558 字

最近执行gulp的时候,提示错误:re-evaluating native module sources is not supported. If you are using the graceful

最近执行gulp的时候,提示错误:

re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.

查了官网,解释如下:

There is nothing wrong with the dependency, especially since it is only used in development. We will be updating or removing it in gulp 4 and the message will go away.

也就是说没啥影响,下个版本就修复啦,issue地址:issues-1571

广告 广告

评论区