Hello,
I’ve installed Ghost local and everytime I restart the computer the local website does not work… So, I’ve figured out that I need to run this comand
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
and then nvm use 12
ghost start
and after that, I can access again the website in localhost.
How can I fix it - I don’t want to do it all the time just because I’ve restart the laptop.
I would really appreciate your help