Renew certbots ssl certificate automatically

Posted on October 9, 2024 by

When I start to use let’s encrypt ssl certificate, I should renew it per 3 months manually, if I forgot it sometimes, the website would show safty warnings. Today I want to research how to renew the certificate automatically. First, I should download aliyun tool. Set certbot-dns-aliyun. Save these codes into alidns.sh, and use chmod […]

NODE_MODULE_VERSION 89

Posted on October 8, 2024 by

When I tried to build my electron application, it didn’t show any errors in the building process, but when I got the exe file, and I installed it, when I wanted to run it, it shows the error: NODE_MODULE_VERSION 89. Please try re-compiling or re-installing. I tried to run “npm run electron:build” command to rebuild […]