
NODE_ENV is production or development
Hi There! I am stuck with an issue which I can't figure what I did to break.
I've deployed my app to Heroku, I used to able to access the client app from my domain (https://beta.socialproof.buzz) but I cannot anymore. The API works fine (https://beta.socialproof.buzz/api/things). I can access the client app from Heroku's internal URL https://beta-socialproofbuzz.herokuapp.com/login but I cannot from https://beta.socialproof.buzz anymore.
Any idea why? Please Advice.
gulp serve attempts to start things than I get kicked back into the console
[nodemon] starting node server than nothing happens, no errors
[22:18:31] Failed to load external module @babel/register
[22:18:31] Requiring external module babel-register
fs.js:39
} = primordials;
^
ReferenceError: primordials is not definedI follow the instruction on the page but got error, how can I fix it?