Parse.com webapp“解析部署”问题

时间:2015-07-21 05:52:26

标签: parse-platform cloud-code parse4j

我在Windows上使用解析javascript云代码。

我按照此处给出的步骤https://parse.com/apps/quickstart#cloud_code/windows

到目前为止,我可以使用parse new创建目录结构。看起来像:

CloudCodeDemo
    -config/
      global.json
    -cloud/
      main.js
    -public/
      index.html

然后我在CloudCodeDemo目录中运行parse deploy,但显示解析不被识别为内部或外部命令

修改

enter image description here

I followed instructions:
Copy both exe files to C:\Windows\SysWOW64
Open PowerShell (x86)in administrator mode
Type .\ParseConsole.exe

但是现在我在power shell中输入.\ParseConsole.exe时遇到了这个问题。下面是屏幕截图。

enter image description here

3 个答案:

答案 0 :(得分:3)

我刚从download page复制/安装(CTRL + C-&gt; CTRL + V)parse.exe到C:\ Windows \ System32然后我可以通过我的Git CMD使用解析命令。< / p>

希望这会有所帮助。

答案 1 :(得分:0)

从评论中我了解到你没有Parse命令行工具。在Parse Docs中明确提到您必须下载并安装该工具。

看看这篇文章。它还包含从哪里下载的链接。 Parse Blog

答案 2 :(得分:-1)

好吧,上面的评论都没有给出你不断得到的错误的原因,但是没有切换到Powershell的解决方案是编辑你的环境变量&#34;来自&#34;高级系统设置&#34;通过添加&#34; PATH&#34;作为变量名,并使用parse.exe所在的目录作为变量值。