gulp
-
npm gulp-imagemin 安装出错
Error: Command failed: C:\Windows\system32\cmd.exe /s /c "autoreconf -ivf...
-
gulp4基本用法gulpfile.js配置调用
gulp4基本用法gulpfile.js配置调用,gulp3执行时一直报错,The following tasks did not complete: xxxxx。Did you forget to signal async completion。最近把 nodejs 从 8.x 升级到了 10.x,发现 Gulp3.x 早已经不能兼容新版的 node,并且环境中的部分依赖,也已经被淘汰。...
-
npm 解决 primordials is not defined 问题
npm run dev 时 出现 primordials is not defined 问题主要是gulp和nodejs版本不兼容导致的。我的项目gulp版本是3.9.1, 本地node版本是12.4.0...
-
gulp构建babel-polyfill编译es6新增api
gulp-babel只能将es6语法编译成es5,比如:箭头函数、let变量等,但是API不能编译,比如Object.assign.引用babel-polyfill编译es6新增api...
-
gulp打包报错: internalBinding is not defined的解决办法
ReferenceError: internalBinding is not defined 报错的解决办法 ...
友情链接