當你確認網路都正常
但是無法正確install模組
可以試試看在Powershell(管理員執行)
1. Open Powershell (As Admin)
2. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
3. Try it again!
或是安裝Nuget新版本
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
It work fine for me
footer
See also :
留言