xxxxxxxxxx
{
"dependencies": {
"graceful-fs": {
"version": "4.2.2"
}
}
}
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"
}
}
}