Closed fidelman closed 6 years ago
Temporarily fixed on my machine.
Instead of requireDir(path)
Added
const normalizedPath = require('path').join(__dirname, './gulp/tasks');
require('fs').readdirSync(normalizedPath).forEach(function(file) {
require('./gulp/tasks/' + file);
});
solved, just updated requireDiv/yarn/npm
When you try to run any gulp task, you can face up
when you try to reinstall the
require-dir
moduleThe current node version 8.10.0 and can we make up a solution except downdating node?