DEV Community

Discussion on: ReferenceError: primordials is not defined

Collapse
 
krunal79flutter profile image
Krunal79-flutter

I am Having issue In Node Js
I have installed node modules by npm install, then I tried to do gulp sass-watch in command prompt. After that I got the below response.

[18:18:32] Requiring external module babel-register
fs.js:27
const { Math, Object, Reflect } = primordials;
^

ReferenceError: primordials is not defined
Have tried this before gulp sass-watch

npm -g install gulp-cli

Find Full Post icetutor.com/question/how-to-fix-r...