Stuck at "extract queries from components" and continuously loading

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

PS C:\Users\Priya\layer5> rm -rf .cache
Remove-Item : A parameter cannot be found that matches parameter name ‘rf’.
At line:1 char:4

  • rm -rf .cache
+ CategoryInfo          : InvalidArgument: (:) [Remove-Item], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

this error is coming after i type the above command

Use gitbash or WSL. Avoid PowerShell.