npm执行gulp提示编译错误
Posted zinan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm执行gulp提示编译错误相关的知识,希望对你有一定的参考价值。
script如下
"test":"gulp --gulpfile test.js"
运行 npm run test ,提示编译错误
解决办法如下:
增加script
"start":"npm run test",
"test":"gulp --gulpfile test.js"
运行如命令即可:npm run start
以上是关于npm执行gulp提示编译错误的主要内容,如果未能解决你的问题,请参考以下文章