Not able to run layer5 website locally

On first trial the make setup and make site both commands worked perfectly.

However, when I tried to run the website again, by using make site the command was stuck at “extracting queries from components.”

Then after searching for solutions I came across make clean, and manually clearing .cache file using - “rm -rf .cache” command. I used both one by one along with make site after clearing the cache.

I even recloned the website and this time make site was not struck at ‘extracting queries from components’ but this time some error showed up and it said failed to compile the website, and when I opened localhost:8000 - a json file was displayed instead of website saying something like failed compilation, nothing to see here etc.

After which i again cleared the cache and tried make site but not it is stuck again at ‘extracting query from components’

NOTE: I tried it on wsl as well as bash and powershell. Everywhere the same issue prevails.

@jay270804 could you try to update your repo to latest version, validate your node/npm version running, etc.

I am not able to reproduce the issue on my end