【发布时间】:2013-02-07 03:39:50
【问题描述】:
我已尝试关注this very basic introduction to Node.js, Azure and the Azure SDK for Node.js
一切都在按计划进行,直到我做到这一点:
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 调用模拟器,所以我真的不知道从那里去哪里找出可能出了什么问题。我无法在 Google 上找到这个确切的错误,所以我有点卡住了。
有什么想法可以从这里开始吗?任何地方都有日志吗?
【问题讨论】:
标签: node.js powershell azure azure-sdk-.net