New to gulp, need to add the dependency 'del'.
I have seen this delete dependency but unable to found the npm installation for this 'del'. If directly tried to access
var del = require('del');
It throws error unable to find the module.
Can anyone help out...