0
votes

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.

1
It's a very same duplicate of stackoverflow.com/questions/55921442/…. I guess it could help you. - Naor Levi

1 Answers

1
votes

Just downgrade you node package into a stable version like 10.13.0 and then re-install the node modules.it will work