Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

updating to gulp 4

Updating to Gulp 4
Brian Muenzenmeyer edited this page on 17 Sep 2017 · 4 revisions
Gulp 4 uses an updated CLI which needs to be updated globally. This CLI is backwards compatible with any Gulp 3.X projects you may have locally.

# first uninstall gulp globally
npm uninstall gulp -g

# uninstall from your project directory, or delete node_modules if you need a coffee break
npm uninstall gulp

# install the latest Gulp 4 CLI tools globally
npm install gulpjs/gulp-cli -g
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu install nginx 
Shell :: install zoom ubuntu 
Shell :: how to install curl in centos 7 
Shell :: brew install openssl 1.0 
Shell :: zoom ubuntu 18.04 
Shell :: install pygame on mac 
Shell :: check postgres process in mac 
Shell :: bash get hour 
Shell :: kubectl delete all 
Shell :: arch code 
Shell :: powershell change hostname 
Shell :: zsh: command not found: brew 
Shell :: macbook how to reset launchpad 
Shell :: log apache2 ubuntu 
Shell :: kill all process that match in grep 
Shell :: install webmin ubuntu 
Shell :: conda update package 
Shell :: install sticky notes in ubuntu 
Shell :: set all permissions to folder in ubuntu 
Shell :: git global ignore 
Shell :: Unable to connect to libvirt qemu:///system. 
Shell :: deny directory listing htaccess 
Shell :: how to open mongodb-compass 
Shell :: install bedrock minecraft on linux 
Shell :: mac end terminal session 
Shell :: kill all processes by name linux 
Shell :: conda install cufflinks 
Shell :: yarn install chocolatey 
Shell :: configure aws cli on linux 
Shell :: mocha zsh: command not found: mocha 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =