I am using parse javascript cloud code on windows.
I am following steps given here https://parse.com/apps/quickstart#cloud_code/windows
So far I am able to create directory structure using parse new
. Which looks like:
CloudCodeDemo
-config/
global.json
-cloud/
main.js
-public/
index.html
Then I ran parse deploy
in CloudCodeDemo directory but is shows parse is not recognized as an internal or external command
EDIT:
I followed instructions:
Copy both exe files to C:\Windows\SysWOW64
Open PowerShell (x86)in administrator mode
Type .\ParseConsole.exe
But now I am facing this issue when I type .\ParseConsole.exe
in power shell. below is the screen shot.
From the comments I came to know that you don't have the Parse command line tool. It is clearly mentioned on the Parse Docs that you must download and install the tool.
Have a look at this article. It also contains the link from where to download. Parse Blog