Mac上のPowershell - モジュールインポートPartnerCenterが失敗する
Mac上のPowerShellにはPartnerCenterモジュールを使用する必要があります。モジュールをインポートしようとしたとき Import-Module -Name PartnerCenter PowerShellは言う Import-Module : Could not load file or assembly 'Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. At line:1 char:1 + Import-Module -Name PartnerCenter + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Import-Module], FileLoadException + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand 私は、PartnerCenterモジュールが「バイナリー」タイプであることに気付きました。その他のスクリプトタイプのモジュールAz、問題なくインポートできます。 編集する モジュールをインストールした後、sudoを使ってPowerShellを実行しました。私はまたpostanoteがその返答で示唆したすべてのステップを行いました、最初に記述されたのと同じ結果 編集2: まだここでは成功していません... Win-Machineを使用してそれを回避しましたが、それでも解決策には興味があります。 よろしく、 マイケル