Created by: yyalim
In gulpfile.js there is a line of code(const del = require('del');
) to add 'del' package but you never referenced how to add it. For a beginner, this can be frustrating so I added instruction for installing del package.
Created by: yyalim
In gulpfile.js there is a line of code(const del = require('del');
) to add 'del' package but you never referenced how to add it. For a beginner, this can be frustrating so I added instruction for installing del package.