Installation
gulp-tron can be installed with npm.
npm i gulp-tron --save-dev
npm i gulp --save-dev
Note that gulp 4.0 or higher version is also required. It's not installed automatically with gulp-tron. So, you have to install it manually.
It can also be installed with yarn.
yarn add gulp gulp-tron --dev
pnpm is another good alternative which is very fast and consumes less disk space.
pnpm i gulp gulp-tron --save-dev