在跟着ts官方教程构建的时候,发现在Browserify的地方gulp出现了错误
Browserify 是让我们把这个工程由Node.js环境移到浏览器环境里的一个模块
错误展示:
ts学习日记1 AssertionError [ERR_ASSERTION]: Task function must be specified
换成这样就可以了:
ts学习日记1 AssertionError [ERR_ASSERTION]: Task function must be specified
参考文献:https://www.cnblogs.com/murenziwei/p/10543765.html

相关文章:

  • 2021-06-10
  • 2021-06-08
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2021-09-01
猜你喜欢
  • 2021-07-16
  • 2021-06-13
  • 2021-04-21
  • 2021-06-28
  • 2021-10-24
相关资源
相似解决方案