Closed dpcunningham closed 4 years ago
There's an error in the console log:
[ng] ERROR in src/app/home/home.page.ts:3:49 - error TS2307: Cannot find module 'constants'. [ng] 3 import { SSL_OP_SSLEAY_080_CLIENT_DH_BUG } from 'constants';
...and I saw this weird-ass line (syntax-colored as a warning/error) when I was in home.page.ts:
import { SSL_OP_SSLEAY_080_CLIENT_DH_BUG } from 'constants';
I think this is a cut & paste error on my part. I'm dropping the line.
Save + rebuild + eyeball console log ==> we're now good to go.
$ git commit -am "Corrected cut/paste error."
There's an error in the console log:
...and I saw this weird-ass line (syntax-colored as a warning/error) when I was in home.page.ts:
I think this is a cut & paste error on my part. I'm dropping the line.
Save + rebuild + eyeball console log ==> we're now good to go.
$ git commit -am "Corrected cut/paste error."