Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / node_modules / fs-extra / lib / walk / index.js
1 var klaw = require('klaw')
2
3 module.exports = {
4   walk: klaw
5 }