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.
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.