I've tried to follow this very basic introduction to Node.js, Azure and the Azure SDK for Node.js
All is going according to plan, until I get to this:
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
I'm new to Node.js and invoking the emulator from PowerShell, so I don't really know where to go from there to figure out what might be wrong. I haven't been able to find this exact error on Google, so I'm a bit stuck.
Any ideas where to go from here? Are there any logs anywhere?