When using the command gulp serve
, you could receive the below error:
No development certificate found. Generate a new certificate manually, or set the `canGenerateNewCertificate` parameter to `true` when calling `ensureCertificateAsync`
To resolve, you can type gulp trust-dev-cert
.