我尝试按照这个对 Node.js、Azure 和适用于 Node.js 的 Azure SDK 的非常基本的介绍进行操作
一切都按计划进行,直到我做到这一点:
PS C:\node\helloworld\WebRole1> Start-AzureEmulator -Launch
Creating local package...
Starting Emulator...
Start-AzureEmulator : The system cannot find the file specified
At line:1 char:20
+ Start-AzureEmulator <<<< -Launch
+ CategoryInfo : CloseError: (:) [Start-AzureEmulator], Win32Exce
ption
+ FullyQualifiedErrorId : AzureDeploymentCmdlets.Cmdlet.StartAzureEmulator
Command
我是 Node.js 的新手并从 PowerShell 调用模拟器,所以我真的不知道从那里去哪里找出可能出了什么问题。我无法在谷歌上找到这个确切的错误,所以我有点卡住了。
有什么想法可以从这里开始吗?任何地方都有日志吗?