会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
芝麻的西瓜
https://github.com/sesamefly
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
2019年9月28日
npm执行gulp提示编译错误
摘要: script如下 "test":"gulp --gulpfile test.js" 运行 npm run test ,提示编译错误 解决办法如下: 增加script "start":"npm run test", "test":"gulp --gulpfile test.js" 运行如命令即可:np
阅读全文
posted @ 2019-09-28 17:10 芝麻的西瓜
阅读(915)
评论(0)
推荐(0)
编辑