magento-2-gulp
magento-2-gulp copied to clipboard
Issue while integrating Gulp with magento 2.3
Hi, I am trying to use this gulp task runner for my magento 2.3 version. However, im facing issuing while running gulp tasks.
As, gulpfile.js (Line 56) uses dev/tools/grunt/configs/less.js , SInce "underscore" node module is used in less.js. I'm getting "Error: Cannot find module 'underscore'" While running gulp task runner.
Let me know how to handle the dependency packages.