generator-express icon indicating copy to clipboard operation
generator-express copied to clipboard

ReferenceError: primordials is not defined - Gulp version old

Open devarda opened this issue 5 years ago • 0 comments

$ node -v
v13.5.0
$ gulp -v
[22:16:25] CLI version 3.9.1
[22:16:25] Local version 3.9.1

Getting this error at gulp command. The problem is that the gulp file is written for gulp 3.

https://stackoverflow.com/questions/55921442/how-to-fix-referenceerror-primordials-is-not-defined-in-node

I hit the same error. I suspect you're using node 12 and gulp 3. That combination does not work: https://github.com/gulpjs/gulp/issues/2324

Will there be an upgrade of gulp to version 4?

devarda avatar Jan 05 '20 03:01 devarda