I was install node modules by npm install, then I've tried gulp sass-watch in terminal. and get ReferenceError: primordials is not defined error like below Please Help Me with This:-
[12:13:28] Requiring external module babel-register
fs.js:27
const { Math, Object, Reflect } = primordials;
^
ReferenceError: primordials is not defined
Thank You In Advance.