How do I install gulp 4

后端 未结 11 1133
慢半拍i
慢半拍i 2020-12-30 18:32

I\'ve been using gulp-watch. The current version of gulp-watch relies on the call gulp.parrallel. This call is only available from gulp 4.

However gulp 4 is not avai

11条回答
  •  轮回少年
    2020-12-30 19:17

    As of December 28th 2018, the following command should work perfectly fine in installing version 4 locally.

    npm i -D gulp
    

提交回复
热议问题