The Layer5 site project was running fine in my local system but today’s it just stuck and continuously loading at " extract queries from components" after the npm start command
maybe you can delete the cache files and try again
It’d be great to have the following steps listed under a new “Troubleshooting” section of the layer5/CONTRIBUTING.md at master · layer5io/layer5 · GitHub guide:
rm -rf .cache
rm -fr node_modules
make clean