パッケージ マネージャー コンソールで「Install-Package MvcMailer」コマンドを入力して Mvc Mailer をインストールしようとしましたが、次のエラー メッセージが表示されます。
Successfully installed 'MvcMailer 1.1'.
Successfully added 'MvcMailer 1.1' to MatchesHorsConcours.
Install-Package : The term 'Set-DefaultScaffolder' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name
, or if a path was included, verify that the path is correct and try again.
At line:1 char:16
+ Install-Package <<<< MvcMailer
+ CategoryInfo : NotSpecified: (:) [Install-Package], CommandNotFoundException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
実際、MvcMailer がインストールされますが、構成中に何か問題が発生したと思われます。
すでに次の 2 つのパッケージがインストールされています。
T4足場 1.0.2
MvcScaffolding 1.0.2