0
votes

Current Projet is Prototype CarboneNeutreApp is no more, it doesn't even exist anymore.

How can i resolve this problem?

PRoblem

1

1 Answers

2
votes

There's a hidden .sencha directory in generated projects, that's probably what you've missed.

Delete the whole directory (flags: r=recursive, f=force may be needed for the hidden directory):

rm -rf /Users/guillaumecharron/Sites/Prototype

Then your script should work again.