DEV Community

Discussion on: ReferenceError: primordials is not defined

Collapse
 
only8britt profile image
Brittany • Edited

Hi!!
Removing the depreciated package gulp-utils solved the issue for me.

A few questions:

  • When you run npm update or npm install do you see anything related to a deprecated package?
  • Are you using the sequelize-cli package?
  • What command are you running that result in ReferenceError: primordials is not defined

If you have a link to the repo I would love to look into it as well!

Collapse
 
afondevi profile image
Alexy

Ok I downgrade node to 11.15.0 and it works :) thanks