Getting Error while running the command "make site" (LINUX user)

What repo is this? Have you run any other commands other than make site? If not, likely you will need to run one or more setup commands first.

It is layer5 repo and yes I have run other commands step by step ( described in the Contributing.md page)

Hey, I have resolved this issue. Actually, the problem was with the node version. I was using the node v17 and now I downgraded the version to v16. or if you are using the node v17 then you may need to set the environment variable to your system as NODE_OPTIONS=--openssl-legacy-provider
It might be help full if someone faced this issue in the future.
And if someone gets any other solutions please share also so that everyone will understand different concepts to solve that issue

2 Likes

For those running into openssl issues when installing Ruby 3.2.2, here’s what worked for me:

rvm install 3.2.2 --enable-shared --with-openssl-dir=/usr/local/opt/openssl@1.1

Bro I also facing problem in locally set-up of layer5 repo…
I am trying to set-up this using ubuntu but after completing the whole steps that are given in contribution guide but when run make site after passing some cases successfully it stuck…
You know the reason?