[Angular] npm run apigen 時,出現self-signed certificate 錯誤訊息的解決方法
使用 npm run apigen 時 錯誤訊息回應 Error on API generation from https://localhost:xxxx/swagger/v1/swagger.json: ResolverError: Error downloading hts://localhost:xxxx/swagger/v1/swagger.json self-signed certificate 時, 短期解決方式為 輸入以下內容 $env:NODE_TLS_REJECT_UNAUTHORIZED=0 讓驗證可以通過