标签:提示 npm pfile art 解决 tar 执行 run start
script如下
"test":"gulp --gulpfile test.js"
运行 npm run test ,提示编译错误
解决办法如下:
增加script
"start":"npm run test",
"test":"gulp --gulpfile test.js"
运行如命令即可:npm run start
标签:提示 npm pfile art 解决 tar 执行 run start
原文地址:https://www.cnblogs.com/zinan/p/11603906.html