engine 增加节点兼容性提示,如果节点版本太高,gulp 将报错

This commit is contained in:
SmallMain 2024-11-14 20:40:49 +08:00
parent 02eb90b78e
commit ef06402251
No known key found for this signature in database

View File

@ -58,5 +58,8 @@
"vinyl-source-stream": "2.0.0",
"vinyl-sourcemaps-apply": "0.2.1",
"watchify": "3.7.0"
},
"engines": {
"node": "10.24.1"
}
}