Beginning with Cloud Code and Parse. Using this.
How do I remove all Parse projects in order to begin creating a new one? I get the following error:
"Would you like to create a new app, or add Cloud Code to an existing app? Type "(n)ew" or "(e)xisting": e 1: Test Select an App to add to config: 2 Detected that you are already inside a Parse project. Please refrain from creating a Parse project inside another Parse project."
Thanks
This worked for me.
Open Terminal Go inside the project folder and type the below command "ls -a"
Should see two file. 1. .parse.local 2. .parse.project
Remove them by typing in the below command. "rm .parse.local" "rm .parse.project"
And then you can execute "parse new" to create new parse project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With