Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Please refrain from creating a Parse project inside another Parse project."

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


1 Answers

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.

like image 157
Sushant Kumar Avatar answered Aug 17 '26 01:08

Sushant Kumar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!