Skip to content

theme.json file does not exist at []

Nicolas Widart edited this page Jun 10, 2015 · 3 revisions

Problem

Only on homestead, you may get one of the following errors:

Solution

Remove the contents of the following folder storage/framework/cache.

Next run php artisan asgard:install --force.

Reason

I can't explain this, but Homestead seems to keep the cache folder, even on a clean install.