Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当前的 Projet 是原型 CarboneNeutreApp 已不复存在,甚至不再存在。
我该如何解决这个问题?
生成的项目中有一个隐藏.sencha目录,这可能是你错过的。
.sencha
删除整个目录(标志:r=recursive,f=force 可能需要隐藏目录):
r
f
rm -rf /Users/guillaumecharron/Sites/Prototype
然后你的脚本应该再次工作。