I\'m getting this error when I try to run the command gulp watch-bs
for my UnderStrap child theme for WordPress. I\'ve been using this command for a year with no pr
Had the same error. Solved it by installing graceful-fs.
It seems that natives package is now deprecatd and you should install graceful-fs instead.
I had node v10.16.1 and glup local version 3.9.1. I ran 'npm install graceful-fs' and glup no longer gave the error in this question. (Can't comment yet, so an answer).