简体   繁体   中英

Can't edit main.js for Parse Cloud Code

I have is installed Parse Cloud Code on my Mac but I can't edit the main.js to edit my cloud code. What am I missing?

To Edit Cloud Code we have to first Traverse To the Cloud Code Folder which in clude 3 Folders namely cloud,config,node_modules.

Your main.js will be in cloud folder.

open that and edit the main.js page then save it.

After saving, the main step is pushing the code to parse.com.

in parse console type command parse deploy

after successfull deploy your code will be on parse.com.

You need to use parse.com command line tool: you edit locally in your machine, and then deploy your code. More info, in parse.com documentacion: https://parse.com/docs/js/guide#cloud-code

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM