script如下
"test":"gulp --gulpfile test.js"
运行 npm run test ,提示编译错误
解决办法如下:
增加script
"start":"npm run test",
运行如命令即可:npm run start