I have an error that occurs at startup when I create a new Google strategy. This errror was introduced when I upgraded my config package.
I want to catch the error in the debugger, but the debugger will not connect unless Node starts up with out errors.
The error occurs here:
let credentials = helper.getPassport();
console.log(credentials) // can see no difference but this is the fail point
let google_strategy = new GoogleStrategy(credentials, ()=>{}); // error