You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scaffold task scaffold:delete leaves an empty folder for pages and modules when removing. This causes an error "module already exists" when scaffolding a module with the same name (again).
Fix: Remove folder itself when deleting modules and pages.
The scaffold task
scaffold:deleteleaves an empty folder for pages and modules when removing. This causes an error "module already exists" when scaffolding a module with the same name (again).Fix: Remove folder itself when deleting modules and pages.