1
我正在嘗試使用NuGet軟件包控制檯爲角度材質設計獲取VS 2015的智能感知。Visual Studio 2015角度智能感知(角度材質設計)
Install-Package AngularJS.Intellisense
我得到以下錯誤:
Install-Package : Unable to find a version of 'AngularJS.Core' that is compatible with 'angular-material 0.8.3 constraint: AngularJS.Core (≥ 1.3.8)', 'AngularJS.Animate 1.3.8 constraint: AngularJS.Core (≥ 1.3.8)', 'AngularJS.Aria 1.3.8 constraint: AngularJS.Core (≥ 1.3.8)', 'AngularJS.Intellisense 1.0.3 constraint: AngularJS.Core (≥ 1.3.0 && < 1.4.0)', 'AngularJS.Route 1.4.3 constraint: AngularJS.Core (≥ 1.4.3)'.At line:1 char:1+ Install-Package AngularJS.Intellisense+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
有什麼建議?