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
gulp watch-bs
I recently ran into the same problem after installing node. Similar to @Dv-Learner answer, What fixed it for me was:
npm install natives@1.1.6 npm rebuild node-sass
the bit about rebuild node-sass was required for my machine (Windows)