Gulp & Npm | ReferenceError: internalBinding is not defined
For developing scope, i use “npm” and “gulp” for compile scss , Js, ecc ecc.
This time, i need to roll back on a project developed a couple of months a go, but when i try to lunch “gulp” on the root project, i have an error in terminal:
ReferenceError: internalBinding is not defined
This seems more of a dependency of a dependency issue.
For solve it you need to run
npm install natives@1.1.6
and then
gulp
Now the error was gone away.
That’s all