xxxxxxxxxx
nodejs v10.x && gulp v3.x must be installed
xxxxxxxxxx
Either upgrade to Gulp.js 4 or downgrade to an earlier version of Node.js.
xxxxxxxxxx
Create npm-shrinkwrap.json and add these lines and npm install
{
"dependencies": {
"graceful-fs": {
"version": "4.2.2"
}
}
}