planetoftheweb / angulardata

This is the repository for my course, AngularJS 1: Building a Data-Driven App on LinkedIn Learning and Lynda.com.
https://www.linkedin.com/learning/angularjs-1-building-a-data-driven-app-2?trk=insiders_6787408_learning
83 stars 107 forks source link

"ReferenceError: primordials is not defined" when running gulp #14

Open dcaswel opened 3 years ago

dcaswel commented 3 years ago

On this project and the prequel to it, I ran into an issue where I get an error message that says, "ReferenceError: primordials is not defined". After doing some googling, I found that this was happening because the project is on Gulp version 3 and I am running Node version 12. I did find this issue on StackOverflow https://stackoverflow.com/questions/55921442/how-to-fix-referenceerror-primordials-is-not-defined-in-node-js and the solution titled, "Fix it in one minute:" did fix my issue.